Windows can choke on child_process.spawn unless you set the shell option to true.
📦 Published PR as canary version: 0.0.5--canary.8.c9231b7.0
:sparkles: Test out this PR locally via:
```bash
npm install @storybook/addon-styling-webpack@0.0.5--canary.8.c9231b7.0
# or
yarn add @storybook/addon-styling-webpack@0.0.5--canary.8.c9231b7.0
```
Closes storybookjs/auto-config#6
Windows can choke on
child_process.spawn
unless you set theshell
option to true.📦 Published PR as canary version:
0.0.5--canary.8.c9231b7.0
:sparkles: Test out this PR locally via: ```bash npm install @storybook/addon-styling-webpack@0.0.5--canary.8.c9231b7.0 # or yarn add @storybook/addon-styling-webpack@0.0.5--canary.8.c9231b7.0 ```