dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 58 forks source link

`load/webpack` should not import from `load`. #304

Closed mwistrand closed 7 years ago

mwistrand commented 7 years ago

Bug

Previously when building Dojo 2 applications, calls to load would be replaced by webpack to calls to load/webpack, with methods from load being re-exported as needed. This no longer works, so any methods common to both load and load/webpack need to be separated into a dedicated module.