mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-13 17:25:34 +01:00
10 lines
169 B
JavaScript
10 lines
169 B
JavaScript
module.exports = {
|
|
presets: [
|
|
"@babel/preset-env",
|
|
"@babel/preset-react",
|
|
],
|
|
plugins: [
|
|
"@babel/plugin-transform-runtime",
|
|
],
|
|
};
|