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.
Bug
Previously when building Dojo 2 applications, calls to
load
would be replaced by webpack to calls toload/webpack
, with methods fromload
being re-exported as needed. This no longer works, so any methods common to bothload
andload/webpack
need to be separated into a dedicated module.