Skip to content

Commit 697319c

Browse files
committed
Fix Fastboot Dependencies
Ember-Data has an opaque dependency on the `crypto` package, which causes FastBoot to fail when booting up the field-guide documentation app. This adds `crypto` to `fastbootDependencies` to allow our docs to boot properly. More info: emberjs/data#8101
1 parent 1b488b7 commit 697319c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"sass": "^1.56.1",
8383
"webpack": "^5.75.0"
8484
},
85+
"fastbootDependencies": [ "crypto" ],
8586
"engines": {
8687
"node": "14.* || 16.* || >= 18"
8788
},

0 commit comments

Comments
 (0)