Currently glass-easel uses webpack as bundler and provides webpack plugin. why not use rspack as bundler? Although the glass-easel-template-compiler and glass-easel-stylesheet-compiler are already rust-based with good performance, webpack itself still has many performance bottlenecks, such as the make and seal stages, which are single-threaded. I'd like to try it.
Currently glass-easel uses webpack as bundler and provides webpack plugin. why not use rspack as bundler? Although the
glass-easel-template-compiler
andglass-easel-stylesheet-compiler
are already rust-based with good performance, webpack itself still has many performance bottlenecks, such as the make and seal stages, which are single-threaded. I'd like to try it.