@openmrs/rspack-config 9.0.3-pre.4230 → 9.0.3-pre.4235
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/dist/index.js +0 -3
- package/package.json +3 -3
- package/src/index.ts +0 -3
package/dist/index.js
CHANGED
|
@@ -245,9 +245,6 @@ exports.default = (env, argv = {}) => {
|
|
|
245
245
|
headers: {
|
|
246
246
|
'Access-Control-Allow-Origin': '*',
|
|
247
247
|
},
|
|
248
|
-
devMiddleware: {
|
|
249
|
-
writeToDisk: true,
|
|
250
|
-
},
|
|
251
248
|
static: [(0, path_1.resolve)(root, outDir)],
|
|
252
249
|
}, watchOptions: (0, lodash_1.merge)({
|
|
253
250
|
ignored: ['.git', 'test-results'],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/rspack-config",
|
|
3
|
-
"version": "9.0.3-pre.
|
|
3
|
+
"version": "9.0.3-pre.4235",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
],
|
|
31
31
|
"homepage": "https://github.com/openmrs/openmrs-esm-core#readme",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@rspack/cli": "1.7.
|
|
34
|
-
"@rspack/core": "1.7.
|
|
33
|
+
"@rspack/cli": "1.7.9",
|
|
34
|
+
"@rspack/core": "1.7.9",
|
|
35
35
|
"@swc/core": "1.15.18",
|
|
36
36
|
"clean-webpack-plugin": "4.0.0",
|
|
37
37
|
"copy-webpack-plugin": "11.0.0",
|
package/src/index.ts
CHANGED
|
@@ -255,9 +255,6 @@ export default (env: Record<string, string>, argv: Record<string, string> = {})
|
|
|
255
255
|
headers: {
|
|
256
256
|
'Access-Control-Allow-Origin': '*',
|
|
257
257
|
},
|
|
258
|
-
devMiddleware: {
|
|
259
|
-
writeToDisk: true,
|
|
260
|
-
},
|
|
261
258
|
static: [resolve(root, outDir)],
|
|
262
259
|
},
|
|
263
260
|
watchOptions: merge(
|