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 1bbefd7 commit 755ad0cCopy full SHA for 755ad0c
packages/vite/src/node/server/environments/fullBundleEnvironment.ts
@@ -247,8 +247,6 @@ export class FullBundleDevEnvironment extends DevEnvironment {
247
implement: await getHmrImplementation(this.getTopLevelConfig()),
248
}
249
250
- rolldownOptions.treeshake = false
251
-
252
// set filenames to make output paths predictable so that `renderChunk` hook does not need to be used
253
if (Array.isArray(rolldownOptions.output)) {
254
for (const output of rolldownOptions.output) {
0 commit comments