From 33ff2ba53fe005befc9397dfb6f8ae2b533ba8d8 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 21 Jun 2019 08:57:44 +0100 Subject: [PATCH] Disable versioning for now --- webpack.config.js | 2 -- 1 file changed, 2 deletions(-) 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() ;