We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10ef23 commit f5c02b1Copy full SHA for f5c02b1
packages/base/package.json
@@ -14,9 +14,9 @@
14
"author": "SAP SE (https://www.sap.com)",
15
"license": "Apache-2.0",
16
"sideEffects": [
17
- "**/modernizr",
+ "**/third-party/*",
18
+ "./polyfill/*",
19
"core-js/**/*",
- "**/polyfill/*",
20
"intersection-observer",
21
"proxy-polyfill/*"
22
],
packages/main/package.json
@@ -17,7 +17,7 @@
"@ui5/webcomponents-icons/dist/icons/*",
"@ui5/webcomponents/dist/*",
"@ui5/webcomponents-fiori/dist/*",
- "**/ThemingSupport"
+ "./lib/ThemingSupport.js"
"scripts": {
23
"clean": "rimraf cjs components enums interfaces internal lib webComponents index.esm.js index.d.ts",
0 commit comments