mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
7 lines
110 B
JavaScript
7 lines
110 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/app'
|
|
],
|
|
plugins: ['@babel/plugin-proposal-optional-chaining']
|
|
}
|