refactor(rollup): use one babel config for examples and lib

This commit is contained in:
moklick
2021-01-11 10:33:10 +01:00
parent 345283c878
commit 6c4d4985d2
5 changed files with 23 additions and 19 deletions
+2 -1
View File
@@ -7,5 +7,6 @@
}
],
"@babel/preset-react"
]
],
"plugins": ["@babel/plugin-transform-runtime"]
}