作者:gggs520_164 | 来源:互联网 | 2023-10-10 20:01
This issue is a:
- [ ] Bug report
- [x] Feature request
- [x] Question / support request
- [ ] Other
I want to change the loaders used for SVG images. Basically I want to SVG's to be inlined, so that I can change the fill color etc.
Am I correct in assuming that it isn't possible right now?
1 2 3 4 5 6 7 8
| js
module.exports = () => {
return {
type: 'react-app',
webpack: {
rules: {
svg: {
use: ['svg-inline-loader?classPrefix, image-webpack-loader'] // |
该提问来源于开源项目:insin/nwb
Fixed in v0.16