1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Extract the library from reforis.

This commit is contained in:
Bogdan Bodnar
2019-08-21 17:04:26 +02:00
commit 02ca27e49c
8 changed files with 12891 additions and 0 deletions

9
babel.config.js Normal file
View File

@ -0,0 +1,9 @@
module.exports = {
presets: [
'@babel/preset-env',
'@babel/preset-react',
],
plugins: [
'@babel/plugin-transform-runtime'
]
};