Skip to content

Commit 339a96e

Browse files
authored
Merge pull request #61 from martinoppitz/feature/webpack-v5
chore: add webpack v5 support
2 parents 4d79a1b + 8b9cc36 commit 339a96e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

node_modules/__this-loader/index.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"devDependencies": {
2222
"chai": "^4.1.2",
2323
"mocha": "^5.0.1",
24-
"webpack": "^4.34.0"
24+
"webpack": "^5.3.0"
2525
},
2626
"peerDependencies": {
27-
"webpack": "1 || 2 || 3 || 4"
27+
"webpack": "1 || 2 || 3 || 4 || 5"
2828
},
2929
"repository": {
3030
"type": "git",

0 commit comments

Comments
 (0)