Skip to content

Commit

Permalink
Added shippedProposals (#19065)
Browse files Browse the repository at this point in the history
* Added shippedProposals

* Setting shippedProposals during init
  • Loading branch information
abdel-h authored and gziolo committed Jan 23, 2020
1 parent 373d79a commit 0de9e37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/babel-preset-default/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ module.exports = function( api ) {
} );

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

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

0 comments on commit 0de9e37

Please sign in to comment.