Skip to content

Commit

Permalink
fix(webpack-plugin):fix webpack module not found during webpack-plugi…
Browse files Browse the repository at this point in the history
…n build (#2786)

* fix(webpack-plugin):fix webpack module not found during webpack-plugin build

* Create tender-dingos-allow.md

---------

Co-authored-by: Kuitos <[email protected]>
  • Loading branch information
qiongshusheng and kuitos authored Nov 6, 2023
1 parent a34a92a commit cb1bd99
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .changeset/tender-dingos-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@qiankunjs/webpack-plugin": patch
---

fix(webpack-plugin):fix webpack module not found during webpack-plugin build
3 changes: 2 additions & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"webpack-sources": "^3.2.3"
},
"devDependencies": {
"@types/webpack-sources": "^3.2.1"
"@types/webpack-sources": "^3.2.1",
"webpack": "^4.0.0 || ^5.0.0"
}
}
Loading

0 comments on commit cb1bd99

Please sign in to comment.