Skip to content

Commit

Permalink
Revert incorrect config for packages module code
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Aug 24, 2018
1 parent 52fca8b commit 9d62bc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/packages/get-babel-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ const babelConfigs = {
{
plugins: map(
plugins,
( plugin ) => overrideOptions( plugin, '@babel/plugin-transform-runtime', { corejs: false } )
( plugin ) => overrideOptions( plugin, '@babel/plugin-transform-runtime', {
corejs: false,
} )
),
presets: map(
babelDefaultConfig.presets,
Expand All @@ -62,9 +64,7 @@ const babelConfigs = {
presets: map(
babelDefaultConfig.presets,
( preset ) => overrideOptions( preset, '@babel/preset-env', {
targets: {
esmodules: true,
},
modules: false,
useBuiltIns: false,
} )
),
Expand Down

0 comments on commit 9d62bc7

Please sign in to comment.