Skip to content

Commit

Permalink
chore: forceAllTransforms when building standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Nov 6, 2019
1 parent d00b21a commit cff6c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Expand Up @@ -31,6 +31,7 @@ module.exports = function(api) {
convertESM = false;
ignoreLib = false;
includeRuntime = true;
envOpts.forceAllTransforms = true;
break;
case "production":
// Config during builds before publish.
Expand Down

0 comments on commit cff6c6f

Please sign in to comment.