We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d5d24d + 15f5e41 commit e0c3876Copy full SHA for e0c3876
lib/DojoAMDPlugin.js
@@ -60,7 +60,7 @@ module.exports = class DojoAMDPlugin {
60
let loaderConfig;
61
if (util.isString(this.options.loaderConfig)) {
62
loaderConfig = require(this.options.loaderConfig);
63
- if (typeof loaderConfig === 'fumction') {
+ if (typeof loaderConfig === 'function') {
64
loaderConfig = loaderConfig(this.options.environment || {});
65
}
66
} else {
0 commit comments