DEV Community

Discussion on: Svelte + Tailwind + Parcel = Awesome!

Collapse
 
triptych profile image
Andrew Wooldridge

fyi on windows you have to use a different method to delete the dist dir:
"build2": "rmdir /s /q dist && parcel build src/index.html --no-source-maps"

Collapse
 
codechips profile image
Ilia Mikhailov

Yep. Thanks! Maybe the best is to use some kind of cross-platform lib like del-cli.