From bdea197523f12a57c9b2e8e450e7c53c2eec5d9b Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 31 Jan 2019 19:07:39 +0100 Subject: Move custom polyfills to the server bundle Signed-off-by: Christoph Wurst --- core/src/main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'core/src/main.js') diff --git a/core/src/main.js b/core/src/main.js index baded7067b4..4d963a1795c 100644 --- a/core/src/main.js +++ b/core/src/main.js @@ -20,6 +20,7 @@ */ import '@babel/polyfill' +import './Polyfill/index' import './globals' import $ from 'jquery' -- cgit v1.2.3