Skip to content

Commit 65212d6

Browse files
author
Ives van Hoorne
committed
Fix
1 parent 000f890 commit 65212d6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@
3636
"packages/sandpack",
3737
"packages/react-sandpack",
3838
"packages/homepage"
39-
],
40-
"nohoist": ["**/gatsby", "**/gatsby/**"]
39+
],
40+
"nohoist": ["**/gatsby", "**/gatsby/**"]
4141
},
42+
"resolutions": {
43+
"uglify-es": "npm:terser"
44+
},
4245
"devDependencies": {
4346
"all-contributors-cli": "^4.3.0",
4447
"babel-eslint": "^8.2.1",

0 commit comments

Comments
 (0)