mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Config files related to new layout.
This commit is contained in:
15
frontend/babel.config.js
vendored
Normal file
15
frontend/babel.config.js
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/* eslint-env node */
|
||||
|
||||
module.exports = api => {
|
||||
return {
|
||||
presets: [
|
||||
[
|
||||
'@quasar/babel-preset-app',
|
||||
api.caller(caller => caller && caller.target === 'node')
|
||||
? { targets: { node: 'current' } }
|
||||
: {}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user