You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
glass-easel-miniprogram-rspack-plugin
glass-easel-miniprogram-rspack-template
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: