Disable versioning for now
This commit is contained in:
parent
c93aeb1a16
commit
33ff2ba53f
|
@ -14,8 +14,6 @@ Encore
|
||||||
|
|
||||||
.cleanupOutputBeforeBuild()
|
.cleanupOutputBeforeBuild()
|
||||||
.enableSourceMaps(!Encore.isProduction())
|
.enableSourceMaps(!Encore.isProduction())
|
||||||
// enables hashed filenames (e.g. app.abc123.css)
|
|
||||||
.enableVersioning(Encore.isProduction())
|
|
||||||
|
|
||||||
.enableSassLoader()
|
.enableSassLoader()
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue