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