We need to track webpack.config.js in git, it cannot be ignored.
Create another file webpack.config.dev.js and put your proxy settings in that file.
Then invoke webpack as webpack --config webpack.config.dev.js
We need to track `webpack.config.js` in git, it cannot be ignored.
Create another file `webpack.config.dev.js` and put your proxy settings in that file.
Then invoke webpack as `webpack --config webpack.config.dev.js`
Loosk great, just one change requested.
Please read my comment about not adding
webpack.config.js
to.gitignore
We need to track
webpack.config.js
in git, it cannot be ignored.Create another file
webpack.config.dev.js
and put your proxy settings in that file.Then invoke webpack as
webpack --config webpack.config.dev.js
评审人
726df730e5
被合并。