From 25c7ceb44419ca54bee2a120a995142739e22cf9 Mon Sep 17 00:00:00 2001 From: Jan Bobisud Date: Tue, 20 Nov 2018 17:25:36 +0100 Subject: [PATCH] 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. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ac3aaa8b..6288cb3c 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,7 @@ "configPath": "tests/dummy/config", "fastbootDependencies": [ "node-fetch", + "abortcontroller-polyfill", "abortcontroller-polyfill/dist/cjs-ponyfill" ] }