Skip to content

Commit

Permalink
Fixed typo in webpack.config.dev.js (#3601)
Browse files Browse the repository at this point in the history
Replaced `it's` with `its`
  • Loading branch information
nmenglund authored and Timer committed Dec 15, 2017
1 parent a1c5b8f commit bd682de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ module.exports = {
// that fall through the other loaders.
{
// Exclude `js` files to keep "css" loader working as it injects
// it's runtime that would otherwise processed through "file" loader.
// its runtime that would otherwise processed through "file" loader.
// Also exclude `html` and `json` extensions so they get processed
// by webpacks internal loaders.
exclude: [/\.(js|jsx|mjs)$/, /\.html$/, /\.json$/],
Expand Down

0 comments on commit bd682de

Please sign in to comment.