dojo / webpack-contrib

Plugins and loaders for webpack used with Dojo
Other
4 stars 19 forks source link

Strip query params from discovered paths #299

Open tomdye opened 4 years ago

tomdye commented 4 years ago

Enhancement

Build time rendering should remove query params from discovered paths. For example, with a path such as referrer?name=bob you would not want a page statically built for each query param as the combinations may be endless and rendered content unchanged.