Ask A Question
Notifications
You’re not receiving notifications from this thread.
Rails Webpack caching
I'm having an issue in development where I've changed my main application.js file in /javascript/packs/ and the file is being cached so having a hard time testing new changes. Does anyone else have this issue?
Thanks,
Steve
How are you loading the application.js file into your app? What command do you use to run your Rails (and webpack?) server locally?
Found the issue! It was due to my environment file in webpacker causing the assets to not be recompiled.