lili21 / critical-css-webpack-plugin

9 stars 4 forks source link

Missing javascript files script tags in generated html file #9

Open kamalendugarai opened 3 years ago

kamalendugarai commented 3 years ago

This is working as expected except the javscript files webpack building are not being included in the generated html files like html-webpack-plugin does, I have tried to use this plugin with html-webpack-plugin but it seems this plugin is overriding html-webpack-plugins functionality. Is there any way to include js files too.

lili21 commented 3 years ago

Could you provide a minimal repo that can reproduce this?