Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Same link added twice #93

Closed
Closed
@jeremytenjo

Description

@jeremytenjo

mini-css-extract-plugin injects <link href="/css/main.bundle.css" rel="stylesheet" /> to the html on buildtime.

When I load preload-webpack-plugin after mini-css-extract-plugin, preload-webpack-plugin injects <link as="style" href="/css/main.bundle.css" rel="preload"> to the head as expected, but now I am left with 2 calls to the same file.

is there a way to remove <link href="/css/main.bundle.css" rel="stylesheet" /> injected by mini-css-extract-plugin?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions