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 compatibility with rollup 3.x and @rollup/pluginutils 5 (compatible with cjs and mjs) #4

Merged
merged 4 commits into from
Feb 27, 2023

Commits on Dec 14, 2022

  1. Fix compatibility with rollup 3.x and @rollup/pluginutils 5

    * Update all dependencies
    * Update rollup config to fix issues of mixed esm and commjs style
    * Update rollup config: Remove unused targets and update babel targets to supported node version
      as this package is only used within node js scope
    
    Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
    susnux committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    0afebb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. fixed cjs and mjs bundles

    victornpb committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    bff37cd View commit details
    Browse the repository at this point in the history
  2. updated readme

    victornpb committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    5d491f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ee783c View commit details
    Browse the repository at this point in the history