ilk
This commit is contained in:
12
ui/babel.config.js
Normal file
12
ui/babel.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default api => {
|
||||
return {
|
||||
presets: [
|
||||
[
|
||||
'@quasar/babel-preset-app',
|
||||
api.caller(caller => caller && caller.target === 'node')
|
||||
? { targets: { node: 'current' } }
|
||||
: {}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user