[build] add jsx compiler (#2439)

This commit is contained in:
neverland
2019-01-05 15:11:04 +08:00
committed by GitHub
parent 06c47fc7ef
commit 1468f9e210
4 changed files with 27 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ module.exports = function (api) {
useESModules
}
],
'transform-vue-jsx',
'@babel/plugin-syntax-dynamic-import',
'@babel/plugin-transform-object-assign'
]