Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Remove forceAllTransforms
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Mar 24, 2019
1 parent 2927c2c commit 3bb1bf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/library/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ module.exports = (opts = {}) => {
presets: [
[require.resolve('@babel/preset-env'), {
debug: neutrino.options.debug,
useBuiltIns: 'entry',
forceAllTransforms: true
useBuiltIns: 'entry'
}]
]
}, options.babel)
Expand Down

0 comments on commit 3bb1bf7

Please sign in to comment.