Skip to content

Commit 6d3757d

Browse files
nmenglundPavel Zhytko
authored and
Pavel Zhytko
committed
Fixed typo in webpack.config.dev.js (facebook#3601)
Replaced `it's` with `its`
1 parent aeafc4a commit 6d3757d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ module.exports = {
222222
// that fall through the other loaders.
223223
{
224224
// Exclude `js` files to keep "css" loader working as it injects
225-
// it's runtime that would otherwise processed through "file" loader.
225+
// its runtime that would otherwise processed through "file" loader.
226226
// Also exclude `html` and `json` extensions so they get processed
227227
// by webpacks internal loaders.
228228
exclude: [/\.(js|jsx|mjs)$/, /\.html$/, /\.json$/],

0 commit comments

Comments
 (0)