mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-09-13 01:22:12 +02:00
Don't use default exports.
This commit is contained in:
@@ -1,15 +1,10 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
["@babel/preset-env", {
|
||||
targets: {
|
||||
esmodules: true,
|
||||
},
|
||||
}],
|
||||
"@babel/preset-env",
|
||||
"@babel/preset-react",
|
||||
],
|
||||
plugins: [
|
||||
"@babel/plugin-transform-runtime",
|
||||
"@babel/plugin-syntax-export-namespace-from",
|
||||
"@babel/plugin-syntax-export-default-from",
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user