Fix build-pkg script - make Babel fully transform the package files.

This commit is contained in:
Filip Barl
2019-03-26 16:29:22 +01:00
parent 6905339baa
commit a945ac2fe5

View File

@@ -3,7 +3,7 @@
[
"@babel/preset-env",
{
"modules": false
"modules": "commonjs"
}
],
"@babel/preset-react"