Skip to content

Commit f123b3a

Browse files
authored
Merge pull request #15 from facebookincubator/master
Update from upstream repo facebookincubator/create-react-app@master
2 parents a7c0fcf + b67ef01 commit f123b3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ module.exports = {
234234
// "file" loader makes sure those assets get served by WebpackDevServer.
235235
// When you `import` an asset, you get its (virtual) filename.
236236
// In production, they would get copied to the `build` folder.
237-
// This loader don't uses a "test" so it will catch all modules
237+
// This loader doesn't use a "test" so it will catch all modules
238238
// that fall through the other loaders.
239239
{
240240
// Exclude `js` files to keep "css" loader working as it injects

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ module.exports = {
257257
},
258258
// "file" loader makes sure assets end up in the `build` folder.
259259
// When you `import` an asset, you get its filename.
260-
// This loader don't uses a "test" so it will catch all modules
260+
// This loader doesn't use a "test" so it will catch all modules
261261
// that fall through the other loaders.
262262
{
263263
loader: require.resolve('file-loader'),

0 commit comments

Comments
 (0)