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
Found the issue! It was due to my environment file in webpacker causing the assets to not be recompiled.