Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support rspack plugin and glass-easel-miniprogram-rspack-template #197

Open
2 tasks
gaoachao opened this issue Sep 19, 2024 · 1 comment
Open
2 tasks

support rspack plugin and glass-easel-miniprogram-rspack-template #197

gaoachao opened this issue Sep 19, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request need discussion Further discussion is needed to decide

Comments

@gaoachao
Copy link
Contributor

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
@gaoachao gaoachao added enhancement New feature or request need discussion Further discussion is needed to decide labels Sep 19, 2024
@gaoachao gaoachao self-assigned this Sep 19, 2024
@LastLeaf
Copy link
Member

Note that the main problem is to handle miniprogram directory structure properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request need discussion Further discussion is needed to decide
Projects
None yet
Development

No branches or pull requests

2 participants