naive-ui/babel.config.js

5 lines
104 B
JavaScript
Raw Normal View History

// the file is used by jest, shouldn't be removed
2019-06-03 23:42:44 +08:00
module.exports = {
2020-06-18 23:38:54 +08:00
presets: ['@babel/preset-env']
2019-06-03 23:42:44 +08:00
}