forked from github/dataease
8e4072f29c
This reverts commit 937744b6a9
.
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'
|
|
]
|
|
}
|