jharris4 / html-webpack-tags-plugin

lets you define html tags to inject with html-webpack-plugin
MIT License
255 stars 31 forks source link

async html-data #26

Closed mohsen1 closed 6 years ago

mohsen1 commented 6 years ago

In my setup I noticed htmlPluginData is a promise. I use webpack@4.1

Not sure if this is the right solution or not but wanted to start the conversation. I did resolve my issue with this change but it seems very hacky.

jharris4 commented 6 years ago

Hi, everything has been working fine for me with latest webpack 4.x.

Can you try with webpack@4.5+ and see if your error is reproducible? thanks!