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