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

deps: use normalizePath from @rollup/pluginutils #320

Merged
merged 1 commit into from
May 4, 2022

Commits on May 3, 2022

  1. deps: use normalizePath from @rollup/pluginutils

    - this was introduced in v4.1.0 of @rollup/pluginutils:
      https://github.com/rollup/plugins/blob/master/packages/pluginutils/CHANGELOG.md#v410
    
    - this is the same as the code in `normalize.ts` but it uses constants
      from Node and is used by multiple Rollup plugins, so just helps with
      standardization
      - also less code and types to ship in the bundle!
    
    - removed the dist files for `normalize` as well, but didn't do a build
      in this commit as those are usually done in separate commits
    agilgur5 committed May 3, 2022
    Configuration menu
    Copy the full SHA
    345fc7e View commit details
    Browse the repository at this point in the history