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

Enable @babel/preset-env's ShippedProposals mode #1580

Merged
merged 1 commit into from Jun 8, 2020
Merged

Enable @babel/preset-env's ShippedProposals mode #1580

merged 1 commit into from Jun 8, 2020

Commits on Jun 6, 2020

  1. Enable @babel/preset-env's ShippedProposals mode

    Enabling this means that preset-env now injects additional plugins for
    any features that aren't yet stage 3, but have been shipped in at least
    one browser (meaning they are as good as finalised):
    https://babeljs.io/docs/en/babel-preset-env#shippedproposals
    
    Using this new mode also means we no longer need to manually include the
    `@babel/plugin-proposal-class-properties` plugin, since it's included
    in the shipped proposals list as of Babel 7.10.0:
    babel/babel#11451
    edmorley committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    37aa2bf View commit details
    Browse the repository at this point in the history