Merge from vuejs-templates/webpack#develop preserving PWA configuration #150
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Big merge from
vuejs-templates/webpack#developMain changes:
webpack-dev-server. Same intention as the PR 118 that applies the webpack template's PR 975. It adds new dependencies and remove unused dependenciesconnect-history-api-fallbackused intemplate/build/dev-server.jseventsource-polyfillused intemplate/build/dev-client.jsexpressused intemplate/build/dev-server.jshttp-proxy-middlewareused intemplate/build/dev-server.jsopnused intemplate/build/dev-server.jswebpack-dev-middlewareused intemplate/build/dev-server.jswebpack-hot-middlewareused intemplate/build/dev-client.jsandtemplate/build/dev-server.jsfriendly-errors-webpack-pluginhtml-webpack-pluginnode-notifierportfinderwebpack-bundle-analyzerwebpack-dev-serverjestandyarn,or;for airbnb ESLint preset, due webpack template runslint --fixif the user select to intall dependencies usingnpmoryarnpackage.jsonto:eslint-plugin-vueto lint HTML Templatespostcssmodulescssnanoit is not present on webpack template, but as it's a dependency ofoptimize-css-assets-webpack-pluginandcss-loader, so it is not required on the package.jsonThanks in advance for any review and comment.