mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 18:51:17 +00:00
Merge pull request #3587 from weaveworks/fix-babel-pkg-builds
Fix build-pkg script
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"modules": false
|
||||
"modules": "commonjs"
|
||||
}
|
||||
],
|
||||
"@babel/preset-react"
|
||||
|
||||
Reference in New Issue
Block a user