Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Unable to get preproces working. (scss) #113

Closed
jankaifer opened this issue Apr 16, 2020 · 0 comments
Closed

Unable to get preproces working. (scss) #113

jankaifer opened this issue Apr 16, 2020 · 0 comments

Comments

@jankaifer
Copy link

Hi,
this is probably not a bug, but I don't know about any better place to ask.
I tried to add scss support with svelte-preprocess (It compiles and works well), but I was unable to get rid of errors like this:
2020-04-16-144051_screenshot

I added the following svelte.config.js file:

const preprocess = require("svelte-preprocess");

module.exports = {
  preprocess: [preprocess()],
};

But it doesn't work.

I also tried the code suggested here: #1 (comment)

Thanks for any directions or ideas why is this happening.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants