weboptimizer 2.0.1213 → 2.0.1215
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/helper.js +1 -1
- package/package.json +1 -1
package/helper.js
CHANGED
|
@@ -767,7 +767,7 @@ var Helper = /*#__PURE__*/function () {
|
|
|
767
767
|
}
|
|
768
768
|
} else if (injectionType === '__auto__')
|
|
769
769
|
/* eslint-enable curly */
|
|
770
|
-
injection[name] = Helper.getAutoInjection(buildConfigurations, moduleFilePathsToExclude,
|
|
770
|
+
injection[name] = Helper.getAutoInjection(buildConfigurations, moduleFilePathsToExclude, referencePath);
|
|
771
771
|
}
|
|
772
772
|
} catch (err) {
|
|
773
773
|
_iterator10.e(err);
|