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 4090c9d commit 81c9fbcCopy full SHA for 81c9fbc
scripts/rollup/build.js
@@ -571,6 +571,7 @@ async function createBundle(bundle, bundleType) {
571
treeshake: {
572
moduleSideEffects: (id, external) =>
573
!(external && pureExternalModules.includes(id)),
574
+ propertyReadSideEffects: false,
575
},
576
external(id) {
577
const containsThisModule = pkg => id === pkg || id.startsWith(pkg + '/');
0 commit comments