@openmrs/webpack-config 4.1.1-pre.595 → 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.
@@ -1 +1 @@
1
- @openmrs/webpack-config:build: cache hit, replaying output c047df174963340d
1
+ @openmrs/webpack-config:build: cache hit, replaying output 5c51944ec3f2d5dc
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.595",
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": "ee5a320e9b08bc456da6dfe4cf4ad120ca06c425"
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: [