-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Causes parsing error and breaks build #115
Comments
Can we see what |
Hi @antony, this is the whole thing.
|
Are you perhaps using SCSS with Svelte? I am using Svelte + Sapper + Storybook. |
I´m facing the same issue with sveltekit, SASS + storybook. Is there a solution ? |
Just a note as the issue author to say this particular project of mine has been on the shelf for a while and I forgot about this issue. Should I pick it up again in the near future, I'll see if I can still reproduce it and get any more idea of what's going on, but for now can't contribute any more info. |
@dummdidumm; This should be probably be marked as a question and closed. There isn't enough information here to determine if this issue was due to |
Adding
svelte-loader
to my Webpack configuration is causing my build to fail with the following:The report of a parsing error is incorrect and will not occur if I remove the new configuration. I am building in development mode and not using HMR.
The configuration I added is:
Installed versions from
package.json
:The text was updated successfully, but these errors were encountered: