From 3fe5cac7b7463706bbbc2b3d215abbcd9d9be390 Mon Sep 17 00:00:00 2001 From: Vladislav Tasev Date: Wed, 5 Aug 2020 10:02:08 +0300 Subject: [PATCH] feat(tools): ES5 build supports dynamic imports (inlined) (#2063) --- packages/tools/components-package/rollup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/tools/components-package/rollup.js b/packages/tools/components-package/rollup.js index a073aece58ed..0b7503d444f3 100644 --- a/packages/tools/components-package/rollup.js +++ b/packages/tools/components-package/rollup.js @@ -108,6 +108,7 @@ const getES5Config = () => { output: { dir: "dist/resources", format: "iife", + inlineDynamicImports: true, name: "sap-ui-webcomponents-bundle", extend: "true", // Whether or not to extend the global variable defined by the name option in umd or iife formats. sourcemap: true