Skip to content

Commit f5c02b1

Browse files
committed
fix(Framework): fix sideEffect-full files in react production build
1 parent b10ef23 commit f5c02b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"author": "SAP SE (https://www.sap.com)",
1515
"license": "Apache-2.0",
1616
"sideEffects": [
17-
"**/modernizr",
17+
"**/third-party/*",
18+
"./polyfill/*",
1819
"core-js/**/*",
19-
"**/polyfill/*",
2020
"intersection-observer",
2121
"proxy-polyfill/*"
2222
],

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@ui5/webcomponents-icons/dist/icons/*",
1818
"@ui5/webcomponents/dist/*",
1919
"@ui5/webcomponents-fiori/dist/*",
20-
"**/ThemingSupport"
20+
"./lib/ThemingSupport.js"
2121
],
2222
"scripts": {
2323
"clean": "rimraf cjs components enums interfaces internal lib webComponents index.esm.js index.d.ts",

0 commit comments

Comments
 (0)