Skip to content

Commit acaf7bf

Browse files
committed
Fix jumps of unstyled content and test freezes, credit to @simonihmig, fixes #44: include webpack to fix tests
1 parent d320b7d commit acaf7bf

File tree

2 files changed

+320
-22
lines changed

2 files changed

+320
-22
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@
142142
"release-it-lerna-changelog": "^3.1.0",
143143
"sinon": "^11.1.1",
144144
"typedoc": "^0.21.5",
145-
"typescript": "^4.3.4"
145+
"typescript": "^4.3.4",
146+
"webpack": "^5.70.0"
146147
},
147148
"engines": {
148149
"node": "10.* || >= 12"

0 commit comments

Comments
 (0)