Skip to content

Commit f015e13

Browse files
committed
Minor reword
1 parent 46fe82f commit f015e13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

webpack.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ Encore
1616
"jQuery.tagsinput": "bootstrap-tagsinput"
1717
})
1818
.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.
19+
// when versioning is enabled, each filename will include a hash that changes
20+
// 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.
2122
.enableVersioning(false)
2223
.addEntry('app', './assets/js/app.js')
2324
.addEntry('login', './assets/js/login.js')

0 commit comments

Comments
 (0)