static-render-webpack-plugin icon indicating copy to clipboard operation
static-render-webpack-plugin copied to clipboard

Generates a series of static routes for a website, given an array of routes

Results 3 static-render-webpack-plugin issues
Sort by recently updated
recently updated
newest added

Not sure where else to leave this comment, but wanted to let you know that I forked this repo to add support for React Router configs and Typescript. Feel free...

Is there a way to update the address bar with the current url when using `webpack-dev-server`? It's a bit frustrating not knowing what the actual url is of the page...

This would make content hash caching easier. For example ExtractTextPlugin allows this: `new ExtractTextPlugin('[name]-[contenthash].css')` It would be nice if we could do this: ``` ...snip new StaticSiteGeneratorPlugin('app-[contenthash].js', routes) ...snip var...