@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
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 = {};
|