Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

fix: remove terser-webpack-plugin from dependencies #134

Merged
merged 1 commit into from
Jan 11, 2022
Merged

fix: remove terser-webpack-plugin from dependencies #134

merged 1 commit into from
Jan 11, 2022

Conversation

thebuilder
Copy link
Contributor

The project containsterser-webpack-plugin as dependency, which results in all installs not using Webpack, or Webpack 5.x getting a peer dependency warning:

warning "datocms-client > terser-webpack-plugin@1.4.5" has incorrect peer dependency "webpack@^4.0.0".

The package isn't actually used anywhere in the code, and if it was it should properly be listed as a devDependency, so it doesn't install it in consuming applications. 🙂

@stefanoverna stefanoverna merged commit 3353287 into datocms:master Jan 11, 2022
@stefanoverna
Copy link
Member

Thanks @thebuilder! Released in 3.5.14

@thebuilder thebuilder deleted the fix/remove-terser branch January 11, 2022 10:54
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.

2 participants