diff --git a/webpack.config.js b/webpack.config.js index 9ad68c37..785608c3 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -82,7 +82,8 @@ Encore .enableBuildNotifications() .enableSourceMaps(!Encore.isProduction()) // enables hashed filenames (e.g. app.abc123.css) - .enableVersioning(Encore.isProduction()) + //.enableVersioning(Encore.isProduction()) + .enableVersioning() .configureBabel((config) => { config.plugins.push('@babel/plugin-proposal-class-properties');