Disable Sass #105
Answered
by
hayes0724
ankitshekhawat
asked this question in
Q&A
Disable Sass
#105
-
How do I disable Sass and only use css + postcss |
Beta Was this translation helpful? Give feedback.
Answered by
hayes0724
Jun 17, 2021
Replies: 1 comment 1 reply
-
You would need to build a custom webpack override, it's not well documented currently: https://hayes0724.github.io/shopify-packer/docs/config/webpack You will need to look at the source prod and dev webpack config in packer to see what to override. I also have plans for each "core" webpack part (scss, css, entrypoints, etc..) to have a toggle to disable each easily in config.js |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ankitshekhawat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would need to build a custom webpack override, it's not well documented currently:
https://hayes0724.github.io/shopify-packer/docs/config/webpack
You will need to look at the source prod and dev webpack config in packer to see what to override.
I also have plans for each "core" webpack part (scss, css, entrypoints, etc..) to have a toggle to disable each easily in config.js