We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb62634 commit 6557844Copy full SHA for 6557844
rollup/npmHelpers.js
@@ -95,12 +95,6 @@ export function makeBaseNPMConfig(options = {}) {
95
...Object.keys(packageDotJSON.dependencies || {}),
96
...Object.keys(packageDotJSON.peerDependencies || {}),
97
],
98
-
99
- // TODO `'smallest'` will get rid of `isDebugBuild()` by evaluating it and inlining the result and then treeshaking
100
- // from there. The current setting (false) prevents this, in case we want to leave it there for users to use in
101
- // their own bundling. That said, we don't yet know for sure that that works, so come back to this.
102
- // treeshake: 'smallest',
103
- treeshake: false,
104
};
105
106
return deepMerge(defaultBaseConfig, packageSpecificConfig, {
0 commit comments