Skip to content

Commit 3b397f9

Browse files
andrewerricoakstuhl
authored andcommitted
fix small grammatical typo in webpack config documentation (facebook#3842)
1 parent a1a2ae5 commit 3b397f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-scripts/config/webpack.config.dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ module.exports = {
294294
// that fall through the other loaders.
295295
{
296296
// Exclude `js` files to keep "css" loader working as it injects
297-
// its runtime that would otherwise processed through "file" loader.
297+
// its runtime that would otherwise be processed through "file" loader.
298298
// Also exclude `html` and `json` extensions so they get processed
299299
// by webpacks internal loaders.
300300
exclude: [/\.(js|jsx|mjs)$/, /\.html$/, /\.json$/],

packages/react-scripts/config/webpack.config.prod.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ module.exports = {
336336
{
337337
loader: require.resolve('file-loader'),
338338
// Exclude `js` files to keep "css" loader working as it injects
339-
// it's runtime that would otherwise processed through "file" loader.
339+
// it's runtime that would otherwise be processed through "file" loader.
340340
// Also exclude `html` and `json` extensions so they get processed
341341
// by webpacks internal loaders.
342342
exclude: [/\.(js|jsx|mjs)$/, /\.html$/, /\.json$/],

0 commit comments

Comments
 (0)