File tree 2 files changed +2
-2
lines changed
packages/react-scripts/config
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ module.exports = {
227
227
// "file" loader makes sure those assets get served by WebpackDevServer.
228
228
// When you `import` an asset, you get its (virtual) filename.
229
229
// In production, they would get copied to the `build` folder.
230
- // This loader don 't uses a "test" so it will catch all modules
230
+ // This loader doesn 't use a "test" so it will catch all modules
231
231
// that fall through the other loaders.
232
232
{
233
233
// Exclude `js` files to keep "css" loader working as it injects
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ module.exports = {
245
245
} ,
246
246
// "file" loader makes sure assets end up in the `build` folder.
247
247
// When you `import` an asset, you get its filename.
248
- // This loader don 't uses a "test" so it will catch all modules
248
+ // This loader doesn 't use a "test" so it will catch all modules
249
249
// that fall through the other loaders.
250
250
{
251
251
loader : require . resolve ( 'file-loader' ) ,
You can’t perform that action at this time.
0 commit comments