webpack-ant-icon-loader icon indicating copy to clipboard operation
webpack-ant-icon-loader copied to clipboard

How to exclude the chunk from index.html using create-react-app

Open jasan-s opened this issue 6 years ago • 1 comments

this loader is great until antd fixes the issue in v4. however using it in create-react-app with react-app-rewired the icons chunk still gets inserted int to the index.html. anyway to avoid that since i'm not using antd icons at all.

jasan-s avatar Jul 06 '19 08:07 jasan-s

html-webpack-plugin cannot exclude assets file,only excludeChunks

Beven91 avatar Aug 20 '19 03:08 Beven91