-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: use normalizePath from @rollup/pluginutils (#320)
- 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
- Loading branch information
Showing
5 changed files
with
2 additions
and
9 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.