gajus / isomorphic-webpack

Abstracts universal consumption of application code base using webpack.
Other
291 stars 17 forks source link

Make it work with html webpack plugin #25

Open laggingreflex opened 7 years ago

laggingreflex commented 7 years ago

Would be nice to be able to use it with https://github.com/ampedandwired/html-webpack-plugin

The generated app HTML could be made available as a locals data string that could be injected into the html-webpack's template?