We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fe82f commit f015e13Copy full SHA for f015e13
webpack.config.js
@@ -16,8 +16,9 @@ Encore
16
"jQuery.tagsinput": "bootstrap-tagsinput"
17
})
18
.enableSassLoader()
19
- // Disable versioning to be able to check if assets are fresh on CI.
20
- // Use Encore.isProduction() to enable it only for production.
+ // when versioning is enabled, each filename will include a hash that changes
+ // whenever the contents of that file change. This allows you to use aggressive
21
+ // caching strategies. Use Encore.isProduction() to enable it only for production.
22
.enableVersioning(false)
23
.addEntry('app', './assets/js/app.js')
24
.addEntry('login', './assets/js/login.js')
0 commit comments