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 0ea08c9 commit 3c8a1e2Copy full SHA for 3c8a1e2
packages/base/package.json
@@ -14,10 +14,9 @@
14
"author": "SAP SE (https://www.sap.com)",
15
"license": "Apache-2.0",
16
"sideEffects": [
17
- "**/modernizr.js",
+ "**/modernizr",
18
"core-js/**/*",
19
- "./src/polyfill/*.ts",
20
- "./polyfill/*.js",
+ "**/polyfill/*",
21
"intersection-observer",
22
"proxy-polyfill/*"
23
],
packages/base/rollup.config.js
@@ -1,4 +1,4 @@
1
const rollupConfigFactory = require('../../shared/rollup/configFactory');
2
3
-const config = rollupConfigFactory('base', ['@ui5/webcomponents-core']);
+const config = rollupConfigFactory('base', ['@ui5/webcomponents-base']);
4
module.exports = config;
0 commit comments