Commit Graph

17 Commits

Author SHA1 Message Date
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
Haoqun Jiang 6b825debb2 fix: fix windows compatibility of fileExistsWithCaseSync 2018-09-17 02:07:11 +08:00
Haoqun Jiang 7e5382ffda fix: findExisting should be case sensitive
closes #2305

We have added `case-sensitive-paths-webpack-plugin` to the base config.
So the filename of instant prototyping entry should also be case-sensitive.
2018-09-16 02:08:43 +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
Evan You 6db7735c74 feat: build --target web-component (WIP) 2018-01-30 17:13:05 -05:00
Evan You 4fb4e35fe7 fix: --target for global build 2018-01-30 01:45:51 -05:00
Evan You 1142339cce fix: skip postcss-loader if no postcss config is present 2018-01-26 12:18:17 -05:00
Evan You 367b78b08c fix: more global resolve fixes + better error message for missing loaders 2018-01-25 22:35:18 -05:00
Evan You 76dda73ba3 fix: more global service resolve fixes 2018-01-25 21:26:42 -05:00
Evan You 8f0b52faa8 fix: resolve for global service 2018-01-25 19:28:02 -05:00
Evan You d0de715813 fix css extraction and pre-processors in vue-loader 2018-01-07 22:15:50 -05:00
Evan You 4af489a5bc test global service 2018-01-07 19:40:36 -05:00
Evan You 88ec3ec1ca handle copy plugin for global build 2018-01-07 18:55:55 -05:00
Evan You 7fa24a541d implement global serve 2018-01-07 18:39:14 -05:00