We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f474f84 + d4fd36d commit ca2274fCopy full SHA for ca2274f
.changeset/brave-spies-bathe.md
@@ -0,0 +1,5 @@
1
+---
2
+'@remote-dom/core': patch
3
4
+
5
+Fix missing side effect declaration
packages/core/package.json
@@ -81,10 +81,10 @@
81
}
82
},
83
"sideEffects": [
84
- "./source/polyfill/polyfill.ts",
85
- "./build/cjs/polyfill.cjs",
86
- "./build/esm/polyfill.mjs",
87
- "./build/esnext/polyfill.esnext"
+ "./source/polyfill/**/*.ts",
+ "./build/cjs/polyfill/**/*.cjs",
+ "./build/esm/polyfill/**/*.mjs",
+ "./build/esnext/polyfill/**/*.esnext"
88
],
89
"scripts": {
90
"build": "rollup --config ./rollup.config.js"
0 commit comments