gajus / isomorphic-webpack

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

Is it possible to get the hash names for CSS and js bundles? #16

Open brendanmh opened 7 years ago

brendanmh commented 7 years ago

Webpack stores my CSS and js bundles as files like app.c9088da5410582064cdf.css and app.c9088da5410582064cdf.js. I would like to pull them in from the generated HTML file, but I do not know what hashes are generated.

I would prefer not to use static names if that is possible to prevent caching issues.