jantimon/html-webpack-plugin

Question: how to control generating css link in html after build

fantasticsoul opened this issue · 1 comments

It seems that output of the latest cra has no css link file any more, for development mode I really like this feature but for some special reason I still hope it will be injected to body in production mode, just like below:

image

how do modify HtmlWebpackPlugin.options to achieve this goal, can someone give me some help? I can't find any helpful message in doc.

Please open an issue in CRA, mini-css-extract-plugin applied only for mode: "production", so in development mode you will have links, feel free to feedback