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

chore: Remove @types/terser-webpack-plugin dependency #158

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

SimonAlling
Copy link
Owner

@SimonAlling SimonAlling commented Aug 1, 2024

A typical userscript doesn't need it because it doesn't import anything from the terser-webpack-plugin package; I therefore consider this a backward-compatible change.

I did this:

$ npm why @types/terser-webpack-plugin
@types/terser-webpack-plugin@2.2.0
node_modules/@types/terser-webpack-plugin
  @types/terser-webpack-plugin@"^2.2.0" from the root project

$ npm remove @types/terser-webpack-plugin

$ npm install --save-dev --save-exact @types/terser-webpack-plugin@2.2.0

@SimonAlling SimonAlling marked this pull request as ready for review August 1, 2024 11:35
@SimonAlling SimonAlling merged commit a8b933e into master Aug 1, 2024
7 checks passed
@SimonAlling SimonAlling deleted the types-terser-webpack-plugin branch August 1, 2024 11:36
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.

1 participant