Project files
This commit is contained in:
12
babel.config.js
Normal file
12
babel.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
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