Skip to content

Commit f0f8253

Browse files
Kristie HowardSpaceK33z
Kristie Howard
authored andcommittedSep 29, 2017
Update unclear wording in webpack config docs (facebook#3160)
1 parent 3faf81b commit f0f8253

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎packages/react-scripts/config/webpack.config.dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ module.exports = {
199199
// "file" loader makes sure those assets get served by WebpackDevServer.
200200
// When you `import` an asset, you get its (virtual) filename.
201201
// 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
203203
// that fall through the other loaders.
204204
{
205205
// Exclude `js` files to keep "css" loader working as it injects

Diff for: ‎packages/react-scripts/config/webpack.config.prod.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ module.exports = {
218218
},
219219
// "file" loader makes sure assets end up in the `build` folder.
220220
// 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
222222
// that fall through the other loaders.
223223
{
224224
loader: require.resolve('file-loader'),

0 commit comments

Comments
 (0)
Please sign in to comment.