@ecoding/base.build 0.2.18 → 1.0.0
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/libs/module/ts-loader/index.js +3 -3
- package/package.json +34 -35
|
@@ -58,9 +58,9 @@ const presets = [
|
|
|
58
58
|
const plugins = [
|
|
59
59
|
["@babel/plugin-transform-runtime", { corejs: false }],
|
|
60
60
|
["@babel/plugin-proposal-decorators", { legacy: true }],
|
|
61
|
-
["@babel/plugin-
|
|
62
|
-
["@babel/plugin-
|
|
63
|
-
["@babel/plugin-
|
|
61
|
+
["@babel/plugin-transform-class-properties", { loose: true }],
|
|
62
|
+
["@babel/plugin-transform-private-methods", { loose: true }],
|
|
63
|
+
["@babel/plugin-transform-private-property-in-object", { loose: true }]
|
|
64
64
|
].filter(Boolean);
|
|
65
65
|
|
|
66
66
|
const babelLoader = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ecoding/base.build",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "tpl building",
|
|
5
5
|
"author": "cxc",
|
|
6
6
|
"license": "MIT",
|
|
@@ -14,46 +14,45 @@
|
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "1812e86a2cea56137cae90fd6c243f3733433a1e",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@babel/core": "7.
|
|
20
|
-
"@babel/plugin-proposal-
|
|
21
|
-
"@babel/plugin-
|
|
22
|
-
"@babel/plugin-
|
|
23
|
-
"@babel/plugin-
|
|
24
|
-
"@babel/plugin-transform-runtime": "7.
|
|
25
|
-
"@babel/preset-env": "7.
|
|
26
|
-
"@babel/preset-react": "7.
|
|
27
|
-
"@babel/preset-typescript": "7.
|
|
28
|
-
"@ecoding/base.mock": "0
|
|
29
|
-
"@ecoding/base.spec": "0
|
|
19
|
+
"@babel/core": "7.26.0",
|
|
20
|
+
"@babel/plugin-proposal-decorators": "7.25.9",
|
|
21
|
+
"@babel/plugin-transform-class-properties": "7.25.9",
|
|
22
|
+
"@babel/plugin-transform-private-methods": "7.25.9",
|
|
23
|
+
"@babel/plugin-transform-private-property-in-object": "7.25.9",
|
|
24
|
+
"@babel/plugin-transform-runtime": "7.25.9",
|
|
25
|
+
"@babel/preset-env": "7.26.0",
|
|
26
|
+
"@babel/preset-react": "7.25.9",
|
|
27
|
+
"@babel/preset-typescript": "7.26.0",
|
|
28
|
+
"@ecoding/base.mock": "^1.0.1",
|
|
29
|
+
"@ecoding/base.spec": "^1.0.1",
|
|
30
30
|
"add-asset-html-webpack-plugin": "6.0.0",
|
|
31
|
-
"autoprefixer": "10.4.
|
|
32
|
-
"babel-loader": "9.1
|
|
31
|
+
"autoprefixer": "10.4.20",
|
|
32
|
+
"babel-loader": "9.2.1",
|
|
33
33
|
"clean-webpack-plugin": "4.0.0",
|
|
34
|
-
"concurrently": "
|
|
35
|
-
"core-js": "
|
|
36
|
-
"cross-env": "
|
|
37
|
-
"css-loader": "6.
|
|
38
|
-
"css-minimizer-webpack-plugin": "
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"html-webpack-plugin": "5.5.3",
|
|
34
|
+
"concurrently": "9.0.1",
|
|
35
|
+
"core-js": "3.31.0",
|
|
36
|
+
"cross-env": "7.0.3",
|
|
37
|
+
"css-loader": "6.11.0",
|
|
38
|
+
"css-minimizer-webpack-plugin": "7.0.0",
|
|
39
|
+
"globby": "11.0.2",
|
|
40
|
+
"html-webpack-plugin": "5.6.3",
|
|
42
41
|
"inline-chunk-html-plugin": "1.1.1",
|
|
43
|
-
"less": "4.
|
|
44
|
-
"less-loader": "
|
|
45
|
-
"mini-css-extract-plugin": "2.
|
|
46
|
-
"postcss-loader": "
|
|
47
|
-
"rimraf": "
|
|
48
|
-
"style-loader": "
|
|
42
|
+
"less": "4.2.0",
|
|
43
|
+
"less-loader": "12.2.0",
|
|
44
|
+
"mini-css-extract-plugin": "2.9.2",
|
|
45
|
+
"postcss-loader": "8.1.1",
|
|
46
|
+
"rimraf": "6.0.1",
|
|
47
|
+
"style-loader": "4.0.0",
|
|
49
48
|
"svg-sprite-loader": "6.0.11",
|
|
50
|
-
"terser-webpack-plugin": "5.3.
|
|
51
|
-
"typescript": "
|
|
52
|
-
"webpack": "5.
|
|
49
|
+
"terser-webpack-plugin": "5.3.10",
|
|
50
|
+
"typescript": "5.6.3",
|
|
51
|
+
"webpack": "5.96.0",
|
|
53
52
|
"webpack-cli": "5.1.4",
|
|
54
|
-
"webpack-dev-server": "
|
|
55
|
-
"webpack-merge": "
|
|
53
|
+
"webpack-dev-server": "5.1.0",
|
|
54
|
+
"webpack-merge": "6.0.1",
|
|
56
55
|
"webpack-node-externals": "3.0.0",
|
|
57
|
-
"webpackbar": "
|
|
56
|
+
"webpackbar": "6.0.1"
|
|
58
57
|
}
|
|
59
58
|
}
|