Disable versioning for now

This commit is contained in:
Oliver Davies 2019-06-21 08:57:44 +01:00
parent c93aeb1a16
commit 33ff2ba53f

View file

@ -14,8 +14,6 @@ Encore
.cleanupOutputBeforeBuild()
.enableSourceMaps(!Encore.isProduction())
// enables hashed filenames (e.g. app.abc123.css)
.enableVersioning(Encore.isProduction())
.enableSassLoader()
;