Replies: 1 comment 2 replies
-
add |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use a .scss file as entry point, and generate a css file. For example like this:
parcel watch scss/style.scss --out-dir css
This generates css/style.css (and style.css.map, which is fine), but it also generates style.js and style.js.map, which I don't want.
Since there are, as far as I know, still no CLI tools for really easily (!) compile scss with basic postcss plugins (Autoprefixer, cssnano), I think this would make parcel really useful for a whole new group of users who only need the scss part, and it could be the default solution for e.g. a lot of tutorials.
Beta Was this translation helpful? Give feedback.
All reactions