Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Support Rollup 3.0.0 #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support Rollup 3.0.0 #120

wants to merge 1 commit into from

Conversation

el3um4s
Copy link

@el3um4s el3um4s commented Oct 13, 2022

No description provided.

},
"peerDependencies": {
"rollup": "^2.0.0"
"rollup": ">=2.0.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would use ^2.0.0 || ^3.0.0 instead. There is no guarantee that the plugin supports Rollup 4 without changes the day it comes out

@morenol
Copy link

morenol commented Oct 27, 2022

rollup/plugins#1323 seems relevant to this

@limonte
Copy link

limonte commented Oct 27, 2022

The official plugin with Rollup v3 support has been released: https://npmjs.com/package/@rollup/plugin-terser 🎉

nikolas added a commit to ccnmtl/3demos that referenced this pull request Nov 9, 2022
Use @rollup/plugin-terser to minify JS build.
TrySound/rollup-plugin-terser#120 (comment)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants