No versioning in webpack

This commit is contained in:
Bob den Otter
2022-08-22 14:40:40 +02:00
parent 1085e49995
commit b076e70c71
2 changed files with 509 additions and 249 deletions

756
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -36,7 +36,7 @@ Encore.addPlugin(
.cleanupOutputBeforeBuild()
.disableSingleRuntimeChunk()
.enableSourceMaps(!Encore.isProduction())
.enableVersioning(true)
.enableVersioning(false)
.addEntry('bolt', './assets/js/bolt.js')
.addEntry('zxcvbn', './assets/js/zxcvbn.js')