@zohodesk/client_build_tool 0.0.5-exp.3 → 0.0.5-exp.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog and Release Notes
2
2
 
3
+ ## v0.0.5-exp.4 (14-09-2023)
4
+
5
+ **changes:--**
6
+ - changing jsPP,cssPP,i18nPP values in ResourceHintsPlugin
7
+
3
8
  ## v0.0.5-exp.3 (11-09-2023)
4
9
 
5
10
  **changes:--**
package/README.md CHANGED
@@ -84,6 +84,11 @@ These commands provide flexibility and control over your client-side build proce
84
84
  For more [Details](ConfigurationDocumentation.md)
85
85
  # Changelog and Release Notes
86
86
 
87
+ ## v0.0.5-exp.4 (14-09-2023)
88
+
89
+ **changes:--**
90
+ - changing jsPP,cssPP,i18nPP values in ResourceHintsPlugin
91
+
87
92
  ## v0.0.5-exp.3 (11-09-2023)
88
93
 
89
94
  **changes:--**
@@ -96,9 +96,9 @@ class ResourceHintsRuntimePlugin extends _webpack.RuntimeModule {
96
96
  }
97
97
  });
98
98
  const {
99
- js: jsPP = '',
100
- css: cssPP = '',
101
- i18n: i18nPP = ''
99
+ js: jsPP = _webpack.RuntimeGlobals.publicPath,
100
+ css: cssPP = _webpack.RuntimeGlobals.publicPath,
101
+ i18n: i18nPP = _webpack.RuntimeGlobals.publicPath
102
102
  } = this.publicPathsTemplateObj;
103
103
  return _webpack.Template.asString([`
104
104
  const preloadedChunks = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/client_build_tool",
3
- "version": "0.0.5-exp.3",
3
+ "version": "0.0.5-exp.4",
4
4
  "description": "A CLI tool to build web applications and client libraries",
5
5
  "main": "lib/index.js",
6
6
  "bin": {