Commit Graph

6 Commits

Author SHA1 Message Date
Haoqun Jiang
38c74c1542 chore: fix lint errors 2019-05-21 23:26:34 +08:00
Haoqun Jiang
c6ab80fd7a fix: fix regenerator-runtime import for global service
fixes #2648
2018-10-12 22:46:45 +08:00
Thorsten Lünborg
2b104b44bc fix(cli-service-global): fix eslint-loader config (close #2654) (#2655)
By including the parserOptions as we do when we create an actual eslint config for normal projects, we get ESnext support for eslint during `vue serve`
2018-10-07 17:13:04 +08:00
Evan You
f5c0f58673 feat: upgrade to vue-loader 15
BREAKING CHANGE: the "vueLoader" option has been removed. To modify vue-loader
options, use chainWebpack then `config.module.rule(vue).use(vue-loader).tap()`.
vue-loader has been upgraded to v15 and expects different options from v14.
2018-05-04 18:58:11 -04:00
Evan You
3a5d125c8a fix: fix core-js import for global service
fix #837
2018-02-15 07:07:00 +01:00
Evan You
9a07eebea5 feat: complete --target wc & multi-wc + tests 2018-02-02 00:56:27 -05:00