diff --git a/webpack.config.js b/webpack.config.js index 02e2c9f..ab8e06a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -14,8 +14,6 @@ Encore .cleanupOutputBeforeBuild() .enableSourceMaps(!Encore.isProduction()) - // enables hashed filenames (e.g. app.abc123.css) - .enableVersioning(Encore.isProduction()) .enableSassLoader() ;