2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-01-18 12:34:25 +08:00
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
}
}
}