Skip to content

Next 11 breaks the plugin #7

@mikestopcontinues

Description

@mikestopcontinues

Next 11 now has built in image loaders that get in the way of this plugin. You can do something like this:

      cfg.module.rules[2] = {
        oneOf: [
          {
            test: /\.svg$/,
            use: ['@svgr/webpack'],
          },
          cfg.module.rules[2],
        ],
      };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions