mirror of
https://github.com/jbcr/core.git
synced 2026-03-24 00:42:14 +01:00
No versioning in webpack
This commit is contained in:
756
package-lock.json
generated
756
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user