@tramvai/cli 2.72.3 → 2.72.5
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.
|
@@ -13,7 +13,7 @@ const addTranspilerLoader = (configManager, rule, transpilerConfig) => {
|
|
|
13
13
|
}
|
|
14
14
|
catch (error) {
|
|
15
15
|
throw new Error(`You are using swc loader for the transpilation, but required module is not installed.
|
|
16
|
-
Please run "tramvai add --dev @tramvai/swc-integration" to fix the problem
|
|
16
|
+
Please run "npx tramvai add --dev @tramvai/swc-integration" to fix the problem
|
|
17
17
|
`);
|
|
18
18
|
}
|
|
19
19
|
return rule.loader('swc-loader').options((0, swc_1.getSwcOptions)(transpilerConfig)).end();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/cli",
|
|
3
|
-
"version": "2.72.
|
|
3
|
+
"version": "2.72.5",
|
|
4
4
|
"description": "Cli инструмент для сборки и запуска приложений",
|
|
5
5
|
"files": [
|
|
6
6
|
"src",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@tinkoff/utils": "^2.1.3",
|
|
71
71
|
"@tinkoff/webpack-dedupe-plugin": "1.0.2",
|
|
72
72
|
"@tramvai/build": "3.1.2",
|
|
73
|
-
"@tramvai/react": "2.72.
|
|
73
|
+
"@tramvai/react": "2.72.5",
|
|
74
74
|
"@tramvai/tools-check-versions": "0.4.9",
|
|
75
75
|
"@tramvai/tools-migrate": "0.6.11",
|
|
76
76
|
"ajv": "^6.12.6",
|
|
@@ -37,7 +37,7 @@ export const addTranspilerLoader = (
|
|
|
37
37
|
resolve('@tramvai/swc-integration/package.json', { basedir: configManager.rootDir });
|
|
38
38
|
} catch (error) {
|
|
39
39
|
throw new Error(`You are using swc loader for the transpilation, but required module is not installed.
|
|
40
|
-
Please run "tramvai add --dev @tramvai/swc-integration" to fix the problem
|
|
40
|
+
Please run "npx tramvai add --dev @tramvai/swc-integration" to fix the problem
|
|
41
41
|
`);
|
|
42
42
|
}
|
|
43
43
|
|