File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ class ConfigGenerator {
172
172
] ;
173
173
174
174
if ( this . webpackConfig . useImagesLoader ) {
175
- // Default filename can be overriden using Encore.configureFilenames({ images: '...' })
175
+ // Default filename can be overridden using Encore.configureFilenames({ images: '...' })
176
176
let filename = 'images/[name].[hash:8].[ext]' ;
177
177
if ( this . webpackConfig . configuredFilenames . images ) {
178
178
filename = this . webpackConfig . configuredFilenames . images ;
@@ -200,7 +200,7 @@ class ConfigGenerator {
200
200
}
201
201
202
202
if ( this . webpackConfig . useFontsLoader ) {
203
- // Default filename can be overriden using Encore.configureFilenames({ fonts: '...' })
203
+ // Default filename can be overridden using Encore.configureFilenames({ fonts: '...' })
204
204
let filename = 'fonts/[name].[hash:8].[ext]' ;
205
205
if ( this . webpackConfig . configuredFilenames . fonts ) {
206
206
filename = this . webpackConfig . configuredFilenames . fonts ;
You can’t perform that action at this time.
0 commit comments