forked from github/dataease
7 lines
110 B
JavaScript
7 lines
110 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/app'
|
|
],
|
|
plugins: ['@babel/plugin-proposal-optional-chaining']
|
|
}
|