From 1feff63aaa85235211de55c4b1959bfdd2f90d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 7 Aug 2020 14:52:59 +0200 Subject: [PATCH] fix rollup config --- build/packages/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/packages/config.js b/build/packages/config.js index ace9db4e..18feb3d5 100644 --- a/build/packages/config.js +++ b/build/packages/config.js @@ -35,6 +35,7 @@ function genConfig(opts) { }), babel({ exclude: 'node_modules/**', + runtimeHelpers: true, }), ], external(id) { return !/^[\.\/]/.test(id) },