-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
bug: fails on dev due to svg-loader #4
Comments
tested with this: imageFileLoader: false |
Thank you, will take a look tomorrow. |
actually adding imageFileLoader: false inside features as per docs 🙈 does work |
Keep the webpack image file rule and avoid resource query substitutions (fixes #4)
@loonpwn is there any way to exclude only specific files and not all images? |
Would you mind sharing your use case for that behaviour? The replacement of the If it is causing some issues then maybe there is something deeper I can look into fixing for you. Otherwise as Debbie has said above, you can manually disable this feature using the config. buildOptimisations: {
//...
features: {
imageFileLoader: false
}
} |
@loonpwn I would only like to disable it for one file which is generated from |
Describe the bug
Dev server doesn't work
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Generate works but dev doesn't
Screenshots
Additional context
Don't see any improvements in speed, removed node modules and yarn lock. Generation takes same time and dev takes same time but then breaks
The text was updated successfully, but these errors were encountered: