Skip to content

Commit 5ec3f8f

Browse files
committed
update readme
1 parent 55d4c7c commit 5ec3f8f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,9 @@ You will likely need to do some tuning to suit your own needs:
4949
npm install less-loader --save-dev
5050
```
5151

52-
- In `build/webpack.base.conf.js`:
52+
- Working with an existing backend server:
5353

54-
- Adjust `output.path` if you want the built file to be generated at a different location.
55-
56-
- Add `devServer.proxy` field if you want to work with an existing backend server. See [docs for webpack dev server proxy](https://webpack.github.io/docs/webpack-dev-server.html#proxy).
54+
- In `build/webpack.base.conf.js`, add `devServer.proxy` field. See [docs for webpack dev server proxy](https://webpack.github.io/docs/webpack-dev-server.html#proxy).
5755

5856
- For unit testing:
5957

0 commit comments

Comments
 (0)