Next 11 now has built in image loaders that get in the way of this plugin. You can do something like this: ```js cfg.module.rules[2] = { oneOf: [ { test: /\.svg$/, use: ['@svgr/webpack'], }, cfg.module.rules[2], ], }; ```