File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-scripts/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ module.exports = {
234
234
// "file" loader makes sure those assets get served by WebpackDevServer.
235
235
// When you `import` an asset, you get its (virtual) filename.
236
236
// In production, they would get copied to the `build` folder.
237
- // This loader don 't uses a "test" so it will catch all modules
237
+ // This loader doesn 't use a "test" so it will catch all modules
238
238
// that fall through the other loaders.
239
239
{
240
240
// Exclude `js` files to keep "css" loader working as it injects
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ module.exports = {
257
257
} ,
258
258
// "file" loader makes sure assets end up in the `build` folder.
259
259
// When you `import` an asset, you get its filename.
260
- // This loader don 't uses a "test" so it will catch all modules
260
+ // This loader doesn 't use a "test" so it will catch all modules
261
261
// that fall through the other loaders.
262
262
{
263
263
loader : require . resolve ( 'file-loader' ) ,
You can’t perform that action at this time.
0 commit comments