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
fix(nx/react): wrong svg import processing #12477
Conversation
|
nx-cloud record -- yarn nx format:check --base=080a8961d88456b39857d0d23ac8b51f8e0fda5e --head=53ca2dd54c7892ad5bfa2a9e1c83747b9957aad0 |
✅ Successfully ran 3 targets
Sent with
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
53ca2dd
to
1d7af47
Compare
08135b0
to
3360d30
Compare
3360d30
to
241a0fd
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
webpack imports svg-files as js modules instead of resource when it is imported from style-files (css/scss/less/styl)
Expected Behavior
webpack imports file as a resource
Related Issue(s)
#4122
#8300
Fixes #