mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
10 lines
176 B
JavaScript
10 lines
176 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/app'
|
|
],
|
|
plugins: [
|
|
'@babel/plugin-proposal-optional-chaining',
|
|
'@babel/plugin-proposal-nullish-coalescing-operator'
|
|
]
|
|
}
|