Nordth / dojo-webpack-loader

Webpack loader for Dojo Toolkit 1.x
MIT License
36 stars 11 forks source link

Make request provider configurable #2

Closed kriszyp closed 8 years ago

kriszyp commented 8 years ago

The dojo/request plugin is configurable, and dojo/request/default checks the config-requestProvider for a definition of the default request provider. This aligns the dojo-webpack-loader with dojo/request/default functionality, which specifically allows for configuring dojo/request/registry as the default provider, which is a common configuration (at least we use it).