Skip to content

Commit

Permalink
Remove shippedProposals
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed May 4, 2020
1 parent 6b6af35 commit e04af5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/babel-preset-default/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ module.exports = function( api ) {
} );

const getPresetEnv = () => {
const opts = {
shippedProposals: true,
};
const opts = {};

if ( isTestEnv ) {
opts.targets = {
Expand Down

0 comments on commit e04af5f

Please sign in to comment.