Skip to content

Commit bdb9450

Browse files
committed
wip: simplify
1 parent 86900b7 commit bdb9450

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/vite/src/node/server/environments/fullBundleEnvironment.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,6 @@ export class FullBundleDevEnvironment extends DevEnvironment {
247247
implement: await getHmrImplementation(this.getTopLevelConfig()),
248248
}
249249

250-
rolldownOptions.treeshake = false
251-
252250
// set filenames to make output paths predictable so that `renderChunk` hook does not need to be used
253251
if (Array.isArray(rolldownOptions.output)) {
254252
for (const output of rolldownOptions.output) {

0 commit comments

Comments
 (0)