weboptimizer 2.0.1213 → 2.0.1214

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.
Files changed (2) hide show
  1. package/helper.js +1 -1
  2. 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, context);
770
+ injection[name] = Helper.getAutoInjection(buildConfigurations, moduleFilePathsToExclude, referencePath);
771
771
  }
772
772
  } catch (err) {
773
773
  _iterator10.e(err);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1213",
3
+ "version": "2.0.1214",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",