brandonroberts / angular-router-loader

A Webpack loader that enables string-based module loading with the Angular Router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cachebusting lazy-loaded modules

benelliott opened this issue · comments

Is there an easy way to ask the loader to append a cachebuster to the require calls?

Thanks!

Actually I think this should be possible with Webpack's output.chunkFilename config option.

Yea, the cachebusting would be something you setup in the Webpack configuration.