Skip to content

Commit 032ceba

Browse files
authored
Merge pull request #1 from tvalentius/update-upstream
Update upstream
2 parents aa8789b + e2e2b9e commit 032ceba

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packages/create-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"commander": "^2.9.0",
2626
"cross-spawn": "^4.0.0",
2727
"envinfo": "3.4.2",
28-
"fs-extra": "^5.0.0",
28+
"fs-extra": "^1.0.0",
2929
"hyperquest": "^2.1.2",
3030
"semver": "^5.0.3",
3131
"tar-pack": "^3.4.0",

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

+1
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ module.exports = {
421421
// having to parse `index.html`.
422422
new ManifestPlugin({
423423
fileName: 'asset-manifest.json',
424+
publicPath: publicPath
424425
}),
425426
// Generate a service worker script that will precache, and keep up to date,
426427
// the HTML & assets that are part of the Webpack build.

packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Next we add a 'lint-staged' field to the `package.json`, for example:
350350
"scripts": {
351351
```
352352

353-
Now, whenever you make a commit, Prettier will format the changed files automatically. You can also run `./node_modules/.bin/prettier --single-quote --write "src/**/*.{js,jsx}"` to format your entire project for the first time.
353+
Now, whenever you make a commit, Prettier will format the changed files automatically. You can also run `./node_modules/.bin/prettier --single-quote --write "src/**/*.{js,jsx,json,css}"` to format your entire project for the first time.
354354

355355
Next you might want to integrate Prettier in your favorite editor. Read the section on [Editor Integration](https://prettier.io/docs/en/editors.html) on the Prettier GitHub page.
356356

0 commit comments

Comments
 (0)