mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
Integrate CSS with bundler (#14281)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: Zack Radisic <zackradisic@Mac.attlocal.net> Co-authored-by: zackradisic <zackradisic@users.noreply.github.com> Co-authored-by: Zack Radisic <zackradisic@Zacks-MBP.attlocal.net>
This commit is contained in:
@@ -97,6 +97,8 @@ pub const BuildCommand = struct {
|
||||
this_bundler.options.emit_dce_annotations = ctx.bundler_options.emit_dce_annotations;
|
||||
this_bundler.options.ignore_dce_annotations = ctx.bundler_options.ignore_dce_annotations;
|
||||
|
||||
this_bundler.options.experimental_css = ctx.bundler_options.experimental_css;
|
||||
|
||||
this_bundler.options.output_dir = ctx.bundler_options.outdir;
|
||||
this_bundler.options.output_format = ctx.bundler_options.output_format;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user