vite-plugin-scalajs
vite-plugin-scalajs copied to clipboard
Add support for multiple subprojects
Adds support for multiple subproject with just single application of the plugin and with just one SBT call. This prevents issues with parallel SBT calls.
Note that function testBothModes can be used for further test simplification.
The failure on Windows is likely related to argument quoting/escaping. Maybe I should get a Windows VM and debug it there.