@oroinc/oro-webpack-config-builder 5.1.0-dev0011 → 5.1.0-dev0012

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.
@@ -485,7 +485,7 @@ class ConfigBuilder {
485
485
  );
486
486
  jsBuildConfig = this._layoutThemeConfigFactory.create(buildPublicPath, jsModulesConfig);
487
487
  }
488
- let {rtl_support: rtlSupport = false, resolveExtraPaths = []} = themeDefinition;
488
+ let {rtl_support: rtlSupport = false, resolve_extra_paths: resolveExtraPaths = []} = themeDefinition;
489
489
  const resolvedBuildPath = path.join(this.resolvedPublicPath, buildPublicPath);
490
490
 
491
491
  if (resolveExtraPaths.length) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oroinc/oro-webpack-config-builder",
3
- "version": "5.1.0-dev0011",
3
+ "version": "5.1.0-dev0012",
4
4
  "author": "Oro, Inc (https://www.oroinc.com)",
5
5
  "license": "MIT",
6
6
  "description": "An integration of OroPlatform based applications with the Webpack.",