@openmrs/webpack-config 3.2.1-pre.1115 → 3.2.1-pre.1118
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/.babelrc +3 -0
- package/.turbo/turbo-build.log +1 -1
- package/package.json +7 -7
package/.babelrc
ADDED
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@openmrs/webpack-config:build: cache hit, replaying output
|
|
1
|
+
@openmrs/webpack-config:build: cache hit, replaying output 5b60c6f2bf042f86
|
|
2
2
|
@openmrs/webpack-config:build: $ tsc
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/webpack-config",
|
|
3
|
-
"version": "3.2.1-pre.
|
|
3
|
+
"version": "3.2.1-pre.1118",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -30,11 +30,10 @@
|
|
|
30
30
|
],
|
|
31
31
|
"homepage": "https://github.com/openmrs/openmrs-esm-core#readme",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@babel/core": "^7.
|
|
34
|
-
"@babel/
|
|
35
|
-
"@
|
|
36
|
-
"
|
|
37
|
-
"babel-loader": "^8.2.2",
|
|
33
|
+
"@babel/core": "^7.17.9",
|
|
34
|
+
"@babel/types": "^7.17.0",
|
|
35
|
+
"@swc/core": "^1.2.165",
|
|
36
|
+
"babel-preset-minify": "^0.5.1",
|
|
38
37
|
"clean-webpack-plugin": "^4.0.0",
|
|
39
38
|
"css-loader": "^5.2.4",
|
|
40
39
|
"fork-ts-checker-webpack-plugin": "^6.5.0",
|
|
@@ -42,6 +41,7 @@
|
|
|
42
41
|
"sass": "^1.44.0",
|
|
43
42
|
"sass-loader": "^12.3.0",
|
|
44
43
|
"style-loader": "^3.3.1",
|
|
44
|
+
"swc-loader": "^0.1.15",
|
|
45
45
|
"systemjs-webpack-interop": "^2.3.7",
|
|
46
46
|
"webpack-bundle-analyzer": "^4.5.0",
|
|
47
47
|
"webpack-stats-plugin": "^1.0.3"
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"typescript": "~4.5.2",
|
|
54
54
|
"webpack": "^5.64.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "f9486978b6867a335d848a0d5eca2e7ce3df7b34"
|
|
57
57
|
}
|