mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
enable tree shaking
This commit is contained in:
@@ -736,6 +736,7 @@ pub const BundleV2 = struct {
|
||||
generator.linker.options.minify_identifiers = bundler.options.minify_identifiers;
|
||||
generator.linker.options.minify_whitespace = bundler.options.minify_whitespace;
|
||||
generator.linker.options.source_maps = bundler.options.source_map;
|
||||
generator.linker.options.tree_shaking = bundler.options.tree_shaking;
|
||||
|
||||
var pool = try generator.graph.allocator.create(ThreadPool);
|
||||
if (enable_reloading) {
|
||||
|
||||
Reference in New Issue
Block a user