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 committed Nov 20, 2018
1 parent d7bb5af commit 25c7ceb
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 @@ -66,6 +66,7 @@
"configPath": "tests/dummy/config",
"fastbootDependencies": [
"node-fetch",
"abortcontroller-polyfill",
"abortcontroller-polyfill/dist/cjs-ponyfill"
]
}
Expand Down

0 comments on commit 25c7ceb

Please sign in to comment.