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