Skip to content

Commit

Permalink
Add webpack to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Karibash committed Apr 2, 2022
1 parent fcb7a07 commit 52fcb9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/big-pets-mix.md
@@ -0,0 +1,5 @@
---
"storybook-addon-swc": patch
---

Add webpack to peerDependencies
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -75,11 +75,15 @@
"swc-loader": "^0.1.15"
},
"peerDependencies": {
"terser-webpack-plugin": "^4.0.0 || ^5.0.0"
"terser-webpack-plugin": "^4.0.0 || ^5.0.0",
"webpack": "^4.0.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"terser-webpack-plugin": {
"optional": true
},
"webpack": {
"optional": true
}
},
"devDependencies": {
Expand Down

0 comments on commit 52fcb9a

Please sign in to comment.