Skip to content
New issue

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

Deprecated plugin terser-rollup #3240

Conversation

yagiz-aydin
Copy link

Deprecated plugin terser-rollup

(https://github.com/GoogleChrome/workbox/blob/v6/CONTRIBUTING.md).**

Fixes #3200

When creating a react app with create-react-app this peer dependency gives an error.

@yagiz-aydin
Copy link
Author

@tropicadri Needs PR pls

Copy link

@Wombosvideo Wombosvideo left a comment

Choose a reason for hiding this comment

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

Changes made here are reasonable and the package is now in sync with other rollup plugins.

@@ -27,6 +27,7 @@
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.1",
"@rollup/plugin-terser": "^0.4.3",
Copy link

Choose a reason for hiding this comment

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

you should also delete the "rollup-plugin-terser" plugin as its replaced with "@rollup/plugin-terser"

@huineng
Copy link

huineng commented Dec 31, 2023

is this going to be merged ?

@tropicadri
Copy link
Contributor

Changes fixed in this PR: #3170

@tropicadri tropicadri closed this Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove dependency of deprecated "rollup-plugin-terser": "^7.0.0"
5 participants