svg-sprite-loader icon indicating copy to clipboard operation
svg-sprite-loader copied to clipboard

Is it possible to use this loader with @svgr/webpack?

Open KL13NT opened this issue 4 years ago • 1 comments

Do you want to request a feature, report a bug or ask a question? Question

What is the current behavior? svg-sprite-loader seems to override @svgr/webpack as both export a module and causes my application to crash.

Please tell us about your environment:

  • Node.js version: v14.16.1
  • webpack version: v5.46.0
  • svg-sprite-loader version: 6.0.9
  • OS type & version: Windows 8.1 Pro Latest

KL13NT avatar Aug 17 '21 07:08 KL13NT

I use them together by configuring include / exclude

tahavn avatar Oct 18 '21 19:10 tahavn