You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,11 +49,9 @@ You will likely need to do some tuning to suit your own needs:
49
49
npm install less-loader --save-dev
50
50
```
51
51
52
-
-In `build/webpack.base.conf.js`:
52
+
-Working with an existing backend server:
53
53
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).
0 commit comments