Wei
Wei
Yes, I'm opening the PR to add the frameworks.
Closing this as it has been resolved, and will be shipped with Storybook 8.3.0. 🥳
@alexander-akait The expensive part is re-parsing the AST of modules, and it's hard to eliminate as we can't get the info from the previous steps, it also caused a regression...
> because if I undestand correctly this code makes nonthing when you have concatenateModules: false? No matter with or without `concatenateModules` enabled, this optimization will take effect. When `concatenateModules` is...
> Got it, let's make a new option for this, not sure about default value here, but for development mode I prefer false A new optimization option, making it disabled...
@alexander-akait I was trying to extract the optimization logic in `JavascriptModulesPlugin` into a plugin, but it seems to lack some hooks. I'll finish the option as discussed above first, sorry...
> if cannot resolve, error message should be emitted In this case, it's because the resolved module is externalized, Rspack won't check if it's available anymore. Yes, we need to...
This is because style in every vue files is transformed individually and so does cssnano. So not possible for merging styles from different files by cssnano. This seems to be...
@floroz Similar to https://github.com/vitejs/vite/issues/7504 https://github.com/vitejs/vite/issues/12400, and the workaround is quite similar to https://github.com/vitejs/vite/issues/12400#issuecomment-1468740126.
You could try 0.7.0 which supports vue-tsc 2 now.