@oroinc/oro-webpack-config-builder 6.1.0-lts12 → 6.1.0-lts13

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.
@@ -341,7 +341,7 @@ class ConfigBuilder {
341
341
  limit: 1,
342
342
  emitFile: true,
343
343
  outputPath: '../_static/',
344
- publicPath: '../../_static/',
344
+ publicPath: '/build/_static/',
345
345
  name: this._getVersionedPath('[path][name].[ext]', this.assetVersion)
346
346
  }
347
347
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oroinc/oro-webpack-config-builder",
3
- "version": "6.1.0-lts12",
3
+ "version": "6.1.0-lts13",
4
4
  "author": "Oro, Inc. (https://oroinc.com)",
5
5
  "license": "MIT",
6
6
  "description": "An integration of OroPlatform based applications with the Webpack.",