@gravity-ui/app-builder 0.33.4-beta.0 → 0.33.4-beta.10
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.
|
@@ -1057,20 +1057,7 @@ function configureCommonPlugins(options, bundlerPlugins) {
|
|
|
1057
1057
|
}
|
|
1058
1058
|
if (config.analyzeBundle === 'rsdoctor') {
|
|
1059
1059
|
plugins.push(new bundlerPlugins.RSDoctorPlugin({
|
|
1060
|
-
|
|
1061
|
-
mode: 'brief',
|
|
1062
|
-
reportDir: path.resolve(options.buildDirectory, 'rsdoctor'),
|
|
1063
|
-
options: {
|
|
1064
|
-
type: ['html', 'json'],
|
|
1065
|
-
htmlOptions: {
|
|
1066
|
-
reportHtmlName: 'report.html',
|
|
1067
|
-
writeDataJson: true,
|
|
1068
|
-
},
|
|
1069
|
-
jsonOptions: {
|
|
1070
|
-
fileName: 'report.json',
|
|
1071
|
-
},
|
|
1072
|
-
},
|
|
1073
|
-
},
|
|
1060
|
+
mode: 'brief',
|
|
1074
1061
|
}));
|
|
1075
1062
|
}
|
|
1076
1063
|
if (config.sentryConfig) {
|
package/dist/create-cli.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ export type CliArgs = Awaited<ReturnType<typeof createCli>>;
|
|
|
2
2
|
export declare function createCli(argv: string[]): {
|
|
3
3
|
[x: string]: unknown;
|
|
4
4
|
verbose: boolean | undefined;
|
|
5
|
-
cdn: string | undefined;
|
|
6
5
|
env: string[] | undefined;
|
|
6
|
+
cdn: string | undefined;
|
|
7
7
|
target: "client" | "server" | undefined;
|
|
8
8
|
c: unknown;
|
|
9
9
|
inspect: number | undefined;
|
|
@@ -32,8 +32,8 @@ export declare function createCli(argv: string[]): {
|
|
|
32
32
|
} | Promise<{
|
|
33
33
|
[x: string]: unknown;
|
|
34
34
|
verbose: boolean | undefined;
|
|
35
|
-
cdn: string | undefined;
|
|
36
35
|
env: string[] | undefined;
|
|
36
|
+
cdn: string | undefined;
|
|
37
37
|
target: "client" | "server" | undefined;
|
|
38
38
|
c: unknown;
|
|
39
39
|
inspect: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravity-ui/app-builder",
|
|
3
|
-
"version": "0.33.4-beta.
|
|
3
|
+
"version": "0.33.4-beta.10",
|
|
4
4
|
"description": "Develop and build your React client-server projects, powered by typescript and webpack",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -71,11 +71,11 @@
|
|
|
71
71
|
"@module-federation/enhanced": "^0.18.0",
|
|
72
72
|
"@okikio/sharedworker": "^1.0.7",
|
|
73
73
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
74
|
-
"@rsdoctor/rspack-plugin": "^1.
|
|
75
|
-
"@rsdoctor/webpack-plugin": "^1.
|
|
76
|
-
"@rspack/core": "1.
|
|
74
|
+
"@rsdoctor/rspack-plugin": "^1.0.2",
|
|
75
|
+
"@rsdoctor/webpack-plugin": "^1.0.2",
|
|
76
|
+
"@rspack/core": "1.6.5",
|
|
77
77
|
"@rspack/dev-server": "^1.1.4",
|
|
78
|
-
"@rspack/plugin-react-refresh": "^1.5.
|
|
78
|
+
"@rspack/plugin-react-refresh": "^1.5.3",
|
|
79
79
|
"@statoscope/stats": "^5.28.1",
|
|
80
80
|
"@statoscope/stats-extension-compressed": "^5.28.1",
|
|
81
81
|
"@statoscope/webpack-model": "^5.29.0",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"@svgr/plugin-jsx": "^8.1.0",
|
|
85
85
|
"@svgr/webpack": "^8.1.0",
|
|
86
86
|
"@swc/cli": "0.7.8",
|
|
87
|
-
"@swc/core": "1.
|
|
88
|
-
"@swc/plugin-transform-imports": "
|
|
87
|
+
"@swc/core": "1.14.0",
|
|
88
|
+
"@swc/plugin-transform-imports": "10.0.0",
|
|
89
89
|
"babel-loader": "^9.2.1",
|
|
90
90
|
"babel-plugin-import": "^1.13.8",
|
|
91
91
|
"babel-plugin-inline-react-svg": "^2.0.2",
|