1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-02 20:30:27 +00:00
foris-js/babel.config.js

5 lines
131 B
JavaScript
Raw Normal View History

2019-08-21 15:04:26 +00:00
module.exports = {
2020-08-18 13:39:00 +00:00
presets: ["@babel/preset-env", "@babel/preset-react"],
plugins: ["@babel/plugin-transform-runtime"],
2019-08-21 15:04:26 +00:00
};