1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-09-28 11:14:20 +02:00
foris-js/babel.config.js

10 lines
169 B
JavaScript
Raw Normal View History

2019-08-21 17:04:26 +02:00
module.exports = {
presets: [
2019-08-27 17:46:45 +02:00
"@babel/preset-env",
2019-08-27 11:54:57 +02:00
"@babel/preset-react",
2019-08-21 17:04:26 +02:00
],
plugins: [
2019-08-27 11:54:57 +02:00
"@babel/plugin-transform-runtime",
],
2019-08-21 17:04:26 +02:00
};