Initial Save
This commit is contained in:
13
node_modules/fs-capacitor/babel.config.js
generated
vendored
Normal file
13
node_modules/fs-capacitor/babel.config.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
comments: false,
|
||||
presets: [
|
||||
[
|
||||
"@babel/env",
|
||||
{
|
||||
modules: process.env.BABEL_ESM ? false : "commonjs",
|
||||
shippedProposals: true,
|
||||
loose: true
|
||||
}
|
||||
]
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user