We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Got directed to this repo from the rollup website. Trying to figure out how to use Rollup to ship a TypeScript React component library as ESM.
It looks like the packages being used in the TypeScript example are wrong:
https://github.com/rollup/rollup-starter-lib/blob/typescript/package.json#L13-L15
The latest versions of plugins have been moved under the @rollup organization on npm and the example should be updated to use those packages.
@rollup
https://github.com/rollup/plugins/tree/master/packages/typescript
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Got directed to this repo from the rollup website.
Trying to figure out how to use Rollup to ship a TypeScript React component library as ESM.
It looks like the packages being used in the TypeScript example are wrong:
https://github.com/rollup/rollup-starter-lib/blob/typescript/package.json#L13-L15
The latest versions of plugins have been moved under the
@rollup
organization on npm and the example should be updated to use those packages.https://github.com/rollup/plugins/tree/master/packages/typescript
The text was updated successfully, but these errors were encountered: