JoviDeCroock / webpack-module-nomodule-plugin

Easily implement a module nomodule index.html
82 stars 6 forks source link

Extra HTML output in the end #21

Open Menci opened 3 years ago

Menci commented 3 years ago

Repo: https://github.com/syzoj/syzoj-ng-app/tree/3396ea451d415e736dbee94f1031831d2f4e4c01 Built HTML: https://cdn.jsdelivr.net/npm/syzoj-ng-app@0.0.9/build/index.html

image

JoviDeCroock commented 3 years ago

Could be related to the version of html-webpack-plugin used in CRA, I can probably look at this over next weekend. They are using 4.0.0, this plugin was made in the 3.0.0 days.

paul-vd commented 2 years ago

It seems to be related to splitChunks I just ran into the same issue