Skip to content

Commit

Permalink
feat(tools): ES5 build supports dynamic imports (inlined) (#2063)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladitasev committed Aug 5, 2020
1 parent 73242eb commit 3fe5cac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tools/components-package/rollup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fe5cac

Please sign in to comment.