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

fix: bump @rollup/plugin-commonjs to v19, fix #3312 #3353

Merged
merged 1 commit into from May 11, 2021
Merged

fix: bump @rollup/plugin-commonjs to v19, fix #3312 #3353

merged 1 commit into from May 11, 2021

Commits on May 11, 2021

  1. fix: bump @rollup/plugin-commonjs to v19

    - v18 added the `ignoreDynamicRequires` option as a breaking change. The earlier behaviour matched `true`, so I set it as the default (ref: rollup/plugins#819)
    - v19 is a breaking change since it now requires Rollup 2.38.0, but we’re already on 2.38.5. (ref: rollup/plugins#658)
    nihalgonsalves committed May 11, 2021
    Configuration menu
    Copy the full SHA
    c35e035 View commit details
    Browse the repository at this point in the history