asfktz / autodll-webpack-plugin

Webpack's DllPlugin without the boilerplate
MIT License
1.46k stars 80 forks source link

Fix dll assets not found after first watchRun #126

Open zaaack opened 5 years ago

zaaack commented 5 years ago

memory.sync is an async function, if we don't return it, it might sync dll assets' source after emit hook.