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
Description
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
Labels
No labels