webpack-simple
webpack-simple copied to clipboard
Upgrade allowed libraries to the latest stable version.
The origin of this PR is due to some users encountering problems with VuePress integration when using webpack-simple, see: https://github.com/vuejs/vuepress/issues/69
This PR is to upgrade all the allowed libraries to the latest stable version.
- Not upgrade webpack to 4 is because webpack4 still have some bugs with webpack-dev-server, see: https://github.com/webpack/webpack/issues/6917
- Not upgrade babel to 7 is because it's still in beta stage.
Local test successfully.
@yyx990803 Although the world of [email protected] might not require boilerplates any more, but this repo is still worth to keep updated.
@yyx990803 @LinusBorg Is this repo deprecated?