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 @@ -153,7 +153,7 @@ class ConfigGenerator {
153
153
// The url-loader can be used instead of the default file-loader by
154
154
// calling Encore.configureUrlLoader({ images: {/* ... */}})
155
155
let loaderName = 'file-loader' ;
156
- let loaderOptions = {
156
+ const loaderOptions = {
157
157
name : filename ,
158
158
publicPath : this . webpackConfig . getRealPublicPath ( )
159
159
} ;
@@ -181,7 +181,7 @@ class ConfigGenerator {
181
181
// The url-loader can be used instead of the default file-loader by
182
182
// calling Encore.configureUrlLoader({ fonts: {/* ... */}})
183
183
let loaderName = 'file-loader' ;
184
- let loaderOptions = {
184
+ const loaderOptions = {
185
185
name : filename ,
186
186
publicPath : this . webpackConfig . getRealPublicPath ( )
187
187
} ;
You can’t perform that action at this time.
0 commit comments