Skip to content

Commit

Permalink
Merge pull request #3587 from weaveworks/fix-babel-pkg-builds
Browse files Browse the repository at this point in the history
Fix build-pkg script
  • Loading branch information
fbarl authored Mar 26, 2019
2 parents 6905339 + a945ac2 commit 68a1278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[
"@babel/preset-env",
{
"modules": false
"modules": "commonjs"
}
],
"@babel/preset-react"
Expand Down

0 comments on commit 68a1278

Please sign in to comment.