feat: use sfc-compiler instead of rollup

This commit is contained in:
陈嘉涵
2017-08-16 17:59:50 +08:00
parent 74d04f6935
commit f9f01e5568
10 changed files with 673 additions and 1248 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const webpackConfig = {
minimize: true,
options: {
babel: {
presets: ['es2015'],
presets: ['env'],
plugins: ['transform-runtime', 'transform-vue-jsx']
},
vue: {