Vladyslav Shaparenko
Vladyslav Shaparenko
{ test: /\.svg$/, use: [ { loader: 'svg-sprite-loader', options: { extract: false, // this resolve my conflict symbolId: 'icon-[name]', publicPath: '/svg/', spriteFilename: svgPath => `sprite${svgPath.substr(-4)}` } } ] } i'm...
Hello, I have the same problem and it causes some inconvenience, especially when there is a lot of content.