Skip to content

Commit 1c7ff64

Browse files
bobisjanxg-wang
authored andcommitted
Use package name of AbortController polyfill in whitelisted dependencies
This ensures that polyfill will be listed in `dist/package.json`'s `dependencies` at build, and then properly installed in FastBoot application server.
1 parent 307ae90 commit 1c7ff64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"configPath": "tests/dummy/config",
6969
"fastbootDependencies": [
7070
"node-fetch",
71+
"abortcontroller-polyfill",
7172
"abortcontroller-polyfill/dist/cjs-ponyfill"
7273
]
7374
}

0 commit comments

Comments
 (0)