@openmrs/webpack-config 4.1.1-pre.591 → 4.1.1-pre.597
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/.turbo/turbo-build.log +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/src/index.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[
|
|
1
|
+
[33m@openmrs/webpack-config:build[0m: cache hit, replaying output [2m5c51944ec3f2d5dc[0m
|
package/dist/index.js
CHANGED
|
@@ -139,9 +139,9 @@ exports.default = (env, argv = {}) => {
|
|
|
139
139
|
// only one container context--i.e., if we had an entry point per module,
|
|
140
140
|
// WMF could get confused and not resolve shared dependencies correctly.
|
|
141
141
|
output: {
|
|
142
|
-
// Use default `libraryTarget`, which is jsonp
|
|
143
142
|
publicPath: "auto",
|
|
144
143
|
path: (0, path_1.resolve)(root, outDir),
|
|
144
|
+
hashFunction: "xxhash64",
|
|
145
145
|
}, module: {
|
|
146
146
|
rules: [
|
|
147
147
|
(0, lodash_1.merge)({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/webpack-config",
|
|
3
|
-
"version": "4.1.1-pre.
|
|
3
|
+
"version": "4.1.1-pre.597",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"typescript": "~4.5.2"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "99a8d78c1d2f6ab978ad0517ec30942203be2f24"
|
|
57
57
|
}
|
package/src/index.ts
CHANGED
|
@@ -158,9 +158,9 @@ export default (
|
|
|
158
158
|
// only one container context--i.e., if we had an entry point per module,
|
|
159
159
|
// WMF could get confused and not resolve shared dependencies correctly.
|
|
160
160
|
output: {
|
|
161
|
-
// Use default `libraryTarget`, which is jsonp
|
|
162
161
|
publicPath: "auto",
|
|
163
162
|
path: resolve(root, outDir),
|
|
163
|
+
hashFunction: "xxhash64",
|
|
164
164
|
},
|
|
165
165
|
module: {
|
|
166
166
|
rules: [
|