I've been using Metronic since 6 is released and Metronic 9 was my personal best choice because of fast development and prototyping. But webpack is getting slower in comparison with its opponents. Currently Rspack is getting attention because of similarities and plugin compatibility. Also it gives faster bundle times with minimal change on plugins on webpack config file. Is there any plan to migrate bundler from Webpack to Rspack after stable release of Rspack?
Hi,
Thank you for the heads-up.
Metronic's 9 file structure is so simple that we can easily support other bundlers.
Vite is our to-do list already and we will check Rspack as well.
May I know what is your backend stack? Do you usually build the assets outside your backend environment?
Regards.
Currently using LAMP and WIMP stack with vanilla PHP. Depends on situation, I'm usually building assets inside the backend environment. Vite is amazing tool but even though I'm in love Vite and featues it provide, Vite's PHP support is not satisfactory IMHO. Providing different configuration for both dev and prod environment is a little bit trouble.
Currently I'm reconfiguring Metronic 9 HTML template to Rspack for my each project since Rspack supports the most of Webpack plugins excluding webpack-merge-and-include-globally library