Joshua Chen
                                            Joshua Chen
                                        
                                    > Although technically for now we only extract translations with the Babel plugin (no source change), so I think it may not even be necessary in the short term: we...
I've thought about something similar in the past, using some sort of "lazy build" that doesn't load everything at once into memory. I don't know if Webpack is able to...
Ah yes! I did see that. Definitely worth looking into in the near future...
I have seen this as well—it's also observable when you try to build our own site. AFAICT, the second progress bar goes super fast, so it's unlikely that it re-builds—likely...
I see—it would be super hard to investigate because I don't even know what's triggering the progress bar, but I'll gladly review someone's PR for this
> does it make sense to move the open browser code to the default plugin I thought about that haha, but we don't pass CLI options to plugins, so I...
We don't have these kinds of tests for now—that's not an immediate goal, so I think this PR is good enough as-is.
Oh, all public API additions will be reviewed by @slorber. He works from Wednesday to Friday.
Interesting. I get why it fails, but I don't understand what you are trying to achieve—what's the use-case? We do expect plugins to work in isolation and their folder paths...
Ah, I see. I don't really think you need multiple plugins to do this, but I don't have a better solution on top of my head right now. Because you...