dojo / webpack-contrib

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

Unable to set a path to not be static in BTR when main static options is set to true #268

Closed agubler closed 4 years ago

agubler commented 4 years ago

Bug

There are two levels of configuration for static, at a global BTR level and or per page. If the main static options is set to false (default) then it is possible to configure by a path by path bases using the extended path configuration. However if the main static config is set to true then it currently is not possible to set specific pages to be non-static as the global config overrides this. Each path should first look up the static flag associated to it and then fallback to the main static config.

agubler commented 4 years ago

Resolved by https://github.com/dojo/webpack-contrib/pull/270