Browse Source

Don't enable webpack versioning on production

Angel Fernando Quiroz Campos 6 years ago
parent
commit
5ebef6db05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webpack.config.js

+ 1 - 1
webpack.config.js

@@ -28,7 +28,7 @@ Encore
     .enableSingleRuntimeChunk()
 
     .enableSourceMaps(!Encore.isProduction())
-    .enableVersioning(Encore.isProduction())
+    // .enableVersioning(Encore.isProduction())
 
     .enableSassLoader()