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#develop
Main 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-fallback
used intemplate/build/dev-server.js
eventsource-polyfill
used intemplate/build/dev-client.js
express
used intemplate/build/dev-server.js
http-proxy-middleware
used intemplate/build/dev-server.js
opn
used intemplate/build/dev-server.js
webpack-dev-middleware
used intemplate/build/dev-server.js
webpack-hot-middleware
used intemplate/build/dev-client.js
andtemplate/build/dev-server.js
friendly-errors-webpack-plugin
html-webpack-plugin
node-notifier
portfinder
webpack-bundle-analyzer
webpack-dev-server
jest
andyarn
,
or;
for airbnb ESLint preset, due webpack template runslint --fix
if the user select to intall dependencies usingnpm
oryarn
package.json
to:eslint-plugin-vue
to lint HTML Templatespostcss
modulescssnano
it is not present on webpack template, but as it's a dependency ofoptimize-css-assets-webpack-plugin
andcss-loader
, so it is not required on the package.jsonThanks in advance for any review and comment.