Skip to content

Commit

Permalink
Use package name of AbortController polyfill in whitelisted dependencies
Browse files Browse the repository at this point in the history
This ensures that polyfill will be listed in `dist/package.json`'s `dependencies`
at build, and then properly installed in FastBoot application server.
  • Loading branch information
bobisjan authored and xg-wang committed Nov 21, 2018
1 parent 307ae90 commit 1c7ff64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"configPath": "tests/dummy/config",
"fastbootDependencies": [
"node-fetch",
"abortcontroller-polyfill",
"abortcontroller-polyfill/dist/cjs-ponyfill"
]
}
Expand Down

0 comments on commit 1c7ff64

Please sign in to comment.