Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that child build processes started when running on Windows exi…
…t properly. plugin-run-script and plugin-build script use execa.command with the shell: true option set to execute the user's command. On Windows, this causes the child process to remain running after Snowpack exits: sindresorhus/execa#433. The fix is to override the default windowsHide option -- as Snowpack always runs from a console we don't actually need execa to hide any extra console windows for us.
- Loading branch information