feat: use sfc-compiler instead of rollup
This commit is contained in:
@@ -16,7 +16,7 @@ const webpackConfig = {
|
||||
minimize: true,
|
||||
options: {
|
||||
babel: {
|
||||
presets: ['es2015'],
|
||||
presets: ['env'],
|
||||
plugins: ['transform-runtime', 'transform-vue-jsx']
|
||||
},
|
||||
vue: {
|
||||
|
||||
Reference in New Issue
Block a user