dojo / webpack-contrib

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

Prevent BTR overwriting pages that already exist in the output #272

Closed agubler closed 4 years ago

agubler commented 4 years ago

Type: bug

The following has been addressed in the PR:

Description:

Checks if an index.html already exists for BTR paths that are automatically discovered or navigated to when in on-demand mode.

Resolves #271