Skip to content

Commit 7b9ddfc

Browse files
integration: Fix __webpack_require__ is not defined error (#639)
1 parent 4d45d82 commit 7b9ddfc

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/cold-bags-jump.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@vanilla-extract/integration': patch
3+
---
4+
5+
Fix "\_\_webpack_require\_\_ is not defined" error

packages/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@vanilla-extract/css": "^1.6.8",
1818
"esbuild": "^0.11.16",
19-
"eval": "^0.1.6",
19+
"eval": "0.1.6",
2020
"find-up": "^5.0.0",
2121
"javascript-stringify": "^2.0.1",
2222
"lodash": "^4.17.21",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)