Skip to content

Commit

Permalink
fix: Add terser plugin
Browse files Browse the repository at this point in the history
There is a conflict on the terser plugin since we added
storybook to harvest it was impossible to build the drive
app.

In order to avoid this issue, I did same process as Crash on home. I ran
a yarn why terser-webpack-plugin

And install the same version as the one from cozy-scripts
  • Loading branch information
cballevre committed Oct 4, 2023
1 parent e455c40 commit 7335757
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
"testcafe": "2.0.2",
"unzipper": "0.10.11",
"visualreview-client": "git+https://github.com/cozy/VisualReview-node-client.git#v0.0.4",
"worker-loader": "2.0.0"
"worker-loader": "2.0.0",
"terser-webpack-plugin": "1.4.5"
},
"dependencies": {
"@cozy/minilog": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22431,7 +22431,7 @@ terminal-link@^2.0.0:
ansi-escapes "^4.2.1"
supports-hyperlinks "^2.0.0"

terser-webpack-plugin@^1.4.3:
terser-webpack-plugin@1.4.5, terser-webpack-plugin@^1.4.3:
version "1.4.5"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz#a217aefaea330e734ffacb6120ec1fa312d6040b"
integrity sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==
Expand Down

0 comments on commit 7335757

Please sign in to comment.