Skip to content

Remove rollup-plugin-node-polyfills dependency #210

@chrispcampbell

Description

@chrispcampbell

Currently the plugin-check package has a dependency on rollup-plugin-node-polyfills, which is no longer maintained and depends on deprecated packages. There is a replacement (rollup-plugin-polyfill-node) but for our purposes, it would probably be better to just provide our own custom no-op polyfills since the code is not actually used in the browser at runtime. (The polyfills are only needed as fallout from our approach of generating a single "check bundle" that can work in both Node and browser environments.)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions