Bug Fixes
- cypress: upgrade cypress and properly set base url (#879) (46358eb)
- do not swallow vue.config.js errors (14a2dc7), closes #874 #866
- enable html doctype by default for pug (e15a930), closes #894
- fix friendly-error plugin name typo (#882) (73ad2f8)
- nightwatch helper compat with airbnb linter (f4d1841), closes #870
- ts generator & airbnb import/extensions rule compatibility (88726a3), closes #871
Code Refactoring
Features
- add ability to use environment variables in vue.config.js (#867) (92ddd09)
- add default content (#856) (a489803), closes #854
- cli-plugin-pwa: Upgrade workbox-webpack-plugin to 3.0.0-beta.1 (#897) (6d7985a)
- output help information on unknown CLI commands (#857) (cd23858), closes #849
- preserveWhitespace: false (1864cef)
BREAKING CHANGES
- all tests are now located in "tests" instead of "test"
- preserveWhitespace now defaults to false in vue-loader options.