jquery.turbolinks icon indicating copy to clipboard operation
jquery.turbolinks copied to clipboard

elixir webpack fix [Module not found]

Open grinsteindavid opened this issue 8 years ago • 1 comments

Hello there, I found that by default webpack doesn't find jquery.turbolinks module but if you add this:

"main": "vendor/assets/javascripts/jquery.turbolinks.js",

after

"license": "MIT",

at package.json file, it will work perfectly!

grinsteindavid avatar Oct 13 '16 04:10 grinsteindavid

If I may suggest, if you're using elixir, try instantclick.io instead.

On Thu, Oct 13, 2016, 12:38 PM David Miranda [email protected] wrote:

Hello there, I found that by default webpack doesn't find jquery.turbolinks module but if you add this:

"main": "vendor/assets/javascripts/jquery.turbolinks.js",

after

"license": "MIT",

at package.json file, it will work perfectly!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kossnocorp/jquery.turbolinks/issues/64, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEikQ28cz2kKqnPAaUW7mUAK6oR2j2Bks5qzbW9gaJpZM4KVetP .

rstacruz avatar Oct 13 '16 04:10 rstacruz