File tree 2 files changed +6
-6
lines changed
packages/react-scripts/config
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -146,10 +146,10 @@ module.exports = {
146
146
include : paths . appSrc ,
147
147
} ,
148
148
// ** ADDING/UPDATING LOADERS **
149
- // The "url " loader handles all assets unless explicitly excluded.
149
+ // The "file " loader handles all assets unless explicitly excluded.
150
150
// The `exclude` list *must* be updated with every change to loader extensions.
151
151
// When adding a new loader, you must add its `test`
152
- // as a new entry in the `exclude` list for "url " loader.
152
+ // as a new entry in the `exclude` list for "file " loader.
153
153
154
154
// "file" loader makes sure those assets get served by WebpackDevServer.
155
155
// When you `import` an asset, you get its (virtual) filename.
@@ -233,7 +233,7 @@ module.exports = {
233
233
] ,
234
234
} ,
235
235
// ** STOP ** Are you adding a new loader?
236
- // Remember to add the new extension(s) to the "url " loader exclusion list.
236
+ // Remember to add the new extension(s) to the "file " loader exclusion list.
237
237
] ,
238
238
} ,
239
239
plugins : [
Original file line number Diff line number Diff line change @@ -145,10 +145,10 @@ module.exports = {
145
145
include : paths . appSrc ,
146
146
} ,
147
147
// ** ADDING/UPDATING LOADERS **
148
- // The "url " loader handles all assets unless explicitly excluded.
148
+ // The "file " loader handles all assets unless explicitly excluded.
149
149
// The `exclude` list *must* be updated with every change to loader extensions.
150
150
// When adding a new loader, you must add its `test`
151
- // as a new entry in the `exclude` list in the "url " loader.
151
+ // as a new entry in the `exclude` list in the "file " loader.
152
152
153
153
// "file" loader makes sure those assets end up in the `build` folder.
154
154
// When you `import` an asset, you get its filename.
@@ -243,7 +243,7 @@ module.exports = {
243
243
// Note: this won't work without `new ExtractTextPlugin()` in `plugins`.
244
244
} ,
245
245
// ** STOP ** Are you adding a new loader?
246
- // Remember to add the new extension(s) to the "url " loader exclusion list.
246
+ // Remember to add the new extension(s) to the "file " loader exclusion list.
247
247
] ,
248
248
} ,
249
249
plugins : [
You can’t perform that action at this time.
0 commit comments