Skip to content

Commit

Permalink
fix: comment back glob import
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Dec 12, 2021
1 parent 9ada2e8 commit 943e7f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/test_app/app/frontend/entrypoints/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ console.log('Vite ⚡️ Rails')
// import ActiveStorage from '@rails/activestorage'
//
// // Import all channels.
// import.meta.globEager('./**/*_channel.js')
// const channels = import.meta.globEager('./**/*_channel.js')
//
// Turbolinks.start()
// ActiveStorage.start()
Expand Down
2 changes: 1 addition & 1 deletion vite_rails/templates/entrypoints/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ console.log('Visit the guide for more information: ', 'https://vite-ruby.netlify
// import ActiveStorage from '@rails/activestorage'
//
// // Import all channels.
const _channels = import.meta.globEager('./**/*_channel.js')
// const channels = import.meta.globEager('./**/*_channel.js')
//
// Turbolinks.start()
// ActiveStorage.start()
Expand Down
2 changes: 1 addition & 1 deletion vite_rails_legacy/templates/entrypoints/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ console.log('Visit the guide for more information: ', 'https://vite-ruby.netlify
// import ActiveStorage from '@rails/activestorage'
//
// // Import all channels.
// import.meta.globEager('./**/*_channel.js')
// const channels = import.meta.globEager('./**/*_channel.js')
//
// Turbolinks.start()
// ActiveStorage.start()
Expand Down

0 comments on commit 943e7f1

Please sign in to comment.