rollup / plugins

🍣 The one-stop shop for official Rollup plugins
MIT License
3.62k stars 581 forks source link

docs: adjust install section #1679

Closed filipsobol closed 7 months ago

filipsobol commented 7 months ago

Rollup Plugin Name: swc

This PR contains:

Are tests included?

Breaking Changes?

Description

The @swc/core package is a peer dependency of @rollup/plugin-swc, so it may need to be installed separately depending on your package manager. Npm 7+ automatically installs peer dependencies, but older versions and other package managers don't (at least not by default).

tada5hi commented 7 months ago

duplicate of #1666