Jpom/web-vue/babel.config.js

11 lines
202 B
JavaScript
Raw Normal View History

2020-11-01 19:37:30 +08:00
module.exports = {
presets: [],
2021-03-10 23:54:25 +08:00
plugins: [
[
'component',
{ libraryName: 'element-ui', styleLibraryName: 'theme-chalk' }
],
"@babel/plugin-proposal-optional-chaining",
2021-03-10 23:54:25 +08:00
]
2020-11-01 19:37:30 +08:00
}