dojo / webpack-contrib

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

Fixing path configuration for onDemand BTR #302

Closed rorticus closed 4 years ago

rorticus commented 4 years ago

Type: bug

The following has been addressed in the PR:

Description:

"on-demand" BTR does the initial build fine, but subsequent watched builds don't honor the path configuration you might have set up in your .dojorc. This has been fixed by taking the path name and matching it (if possible) against your path configuration.

Resolves #275