Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Rollup 2 #889

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Sep 29, 2020

  1. Update to Rollup 2.

     - Update Rollup to 2.28.2. Fixes jaredpalmer#821, closes jaredpalmer#545
     - Update @rollup/plugin-commonjs. Upgrading this required Rollup 2 without any note in the changelog.  Closes jaredpalmer#727
     - Update @rollup/plugin-json to 4.1.0. v4.0.3 is the first to add Rollup 2 in the peerDep range. Older versions are forward-compatible but will produce a peerDep warning
     - Update @rollup/plugin-replace to 2.3.3. v2.3.2 is the first version to add Rollup 2 in the peerDep range.
     - Update rollup-plugin-terser to v7. v6 requires rollup 2 and Node 10+. v7 introduces Terser 5, requires Node >= 10 and supports some new JS syntax. fixes jaredpalmer#803, #fixes 797, closes jaredpalmer#731
     - Update rollup-plugin-postcss to 3.1. Closes jaredpalmer#693.
     - Remove sourcemap option from terser rollup plugin config, as of rollup-plugin-terser v6.0, it’s inferred automatically from Rollup’s output.source config.
    ludofischer committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    f9b6340 View commit details
    Browse the repository at this point in the history