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 @@ -220,7 +220,7 @@ module.exports = {
220
220
// "file" loader makes sure those assets get served by WebpackDevServer.
221
221
// When you `import` an asset, you get its (virtual) filename.
222
222
// In production, they would get copied to the `build` folder.
223
- // This loader don 't uses a "test" so it will catch all modules
223
+ // This loader doesn 't use a "test" so it will catch all modules
224
224
// that fall through the other loaders.
225
225
{
226
226
// Exclude `js` files to keep "css" loader working as it injects
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ module.exports = {
238
238
} ,
239
239
// "file" loader makes sure assets end up in the `build` folder.
240
240
// When you `import` an asset, you get its filename.
241
- // This loader don 't uses a "test" so it will catch all modules
241
+ // This loader doesn 't use a "test" so it will catch all modules
242
242
// that fall through the other loaders.
243
243
{
244
244
loader : require . resolve ( 'file-loader' ) ,
You can’t perform that action at this time.
0 commit comments