David Herman
01/09/2023, 6:09 PMDavid Herman
01/09/2023, 6:10 PMDavid Herman
01/09/2023, 6:11 PMturansky
01/09/2023, 7:54 PMwhole-program
is very useful in case of worker - you won’t have no 2 (or more) different sets of dependenciesturansky
01/09/2023, 7:56 PMwhole-program
bundle is more optimal (because of mangling?!)David Herman
01/09/2023, 7:57 PMwhole-program
actually has advantages over per-module
? Even though per-module
was made the default recently?turansky
01/09/2023, 7:58 PMDavid Herman
01/09/2023, 7:58 PMDavid Herman
01/09/2023, 7:59 PMper-module
would cut compile time down significantly but I wasn't seeing that. Not sure what a larger project looks like.turansky
01/09/2023, 8:01 PMDavid Herman
01/09/2023, 8:02 PMturansky
01/09/2023, 8:03 PMDavid Herman
01/09/2023, 8:04 PMturansky
01/09/2023, 8:05 PMper-module
looks like intermediate step to “file-to-file” compilation.
I hope 🙂CLOVIS
01/09/2023, 9:18 PMCLOVIS
01/09/2023, 9:18 PMCLOVIS
01/09/2023, 9:20 PMchristophsturm
01/09/2023, 9:47 PMCLOVIS
01/09/2023, 9:55 PMper-module
Kotlin compiler into Vite. It's far from unleashing Vite's full power, since it can't do its per-file magic, but it's already a better dev experience IMO than using Webpack—the benefits of using Rollup for prod are greatCLOVIS
01/09/2023, 9:56 PM