storybookjs / addon-styling-webpack

Successor to @storybook/addon-styling. Configure the styles of your webpack storybook with ease!
MIT License
28 stars 2 forks source link

Run command in shell for windows #8

Closed ShaunEvening closed 1 year ago

ShaunEvening commented 1 year ago

Closes storybookjs/auto-config#6

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 ```