First Committ
This commit is contained in:
12
babel.config.js
Executable file
12
babel.config.js
Executable file
@@ -0,0 +1,12 @@
|
||||
/* eslint-env node */
|
||||
|
||||
module.exports = api => ({
|
||||
presets: [
|
||||
[
|
||||
'@quasar/babel-preset-app',
|
||||
api.caller(caller => caller && caller.target === 'node')
|
||||
? { targets: { node: 'current' } }
|
||||
: {},
|
||||
],
|
||||
],
|
||||
})
|
||||
Reference in New Issue
Block a user