@openmrs/webpack-config 4.5.1-pre.784 → 4.5.1-pre.789

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 7a2443b3ac34a55c
1
+ @openmrs/webpack-config:build: cache hit, replaying output 4fc07df463a53307
package/dist/index.js CHANGED
@@ -186,7 +186,7 @@ exports.default = (env, argv = {}) => {
186
186
  },
187
187
  static: [(0, path_1.resolve)(root, outDir)],
188
188
  }, watchOptions: (0, lodash_1.merge)({
189
- ignored: /\.git/,
189
+ ignored: [".git", "test-results"],
190
190
  }, exports.watchConfig), performance: {
191
191
  hints: mode === production && "warning",
192
192
  }, plugins: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/webpack-config",
3
- "version": "4.5.1-pre.784",
3
+ "version": "4.5.1-pre.789",
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": "6357d895dbba1031d860f98e7f57a5f7693a17bd"
56
+ "gitHead": "c0bc7acb706eccb0534b4fcdeeec4a373c90fe27"
57
57
  }
package/src/index.ts CHANGED
@@ -225,7 +225,7 @@ export default (
225
225
  },
226
226
  watchOptions: merge(
227
227
  {
228
- ignored: /\.git/,
228
+ ignored: [".git", "test-results"],
229
229
  },
230
230
  watchConfig
231
231
  ),