8000
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 936eeb7 commit 25d9691Copy full SHA for 25d9691
lib/config-generator.js
@@ -115,7 +115,7 @@ class ConfigGenerator {
115
}
116
117
buildOutputConfig() {
118
- // Default filename can be overriden using Encore.configureFilenames({ js: '...' })
+ // Default filename can be overridden using Encore.configureFilenames({ js: '...' })
119
let filename = this.webpackConfig.useVersioning ? '[name].[chunkhash:8].js' : '[name].js';
120
if (this.webpackConfig.configuredFilenames.js) 3DBD {
121
filename = this.webpackConfig.configuredFilenames.js;
0 commit comments