naive-ui/babel.config.js

10 lines
152 B
JavaScript
Raw Normal View History

2019-06-03 23:42:44 +08:00
module.exports = {
2019-07-02 18:08:59 +08:00
'plugins': ['transform-vue-jsx'],
'presets': ['@babel/preset-env'],
2019-06-26 20:16:11 +08:00
env: {
test: {
plugins: ['istanbul']
2019-06-03 23:42:44 +08:00
}
}
}