I'm trying to get Sass to work with @snowpack/app-template-react-typescript
I followed this. I've tried making a new project and adding it but still nothing works :(
snowpack.config.js
/** @type {import("snowpack").SnowpackUserConfig } */
module.exports = {
mount: {
public: '/',
src: '/_dist_',
},
plugins: [
'@snowpack/plugin-react-refresh',
'@snowpack/plugin-dotenv',
'@snowpack/plugin-typescript',
'@snowpack/plugin-sass',
],
install: [
/* ... */
],
installOptions: {
/* ... */
},
devOptions: {
/* ... */
},
buildOptions: {
/* ... */
},
proxy: {
/* ... */
},
alias: {
/* ... */
},
};
If you need any more info ask me in the comments ⬇
Thanks!
You may need to add the rollup plugin to get scss working: