@tramvai/cli 2.123.1 → 2.123.2

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -257,3 +257,11 @@ More details and examples you can find in typescript documentation:
257
257
  - [path mapping](https://www.typescriptlang.org/docs/handbook/module-resolution.html#path-mapping)
258
258
 
259
259
  @tramvai/cli will reuse options `baseUrl` and `paths` from the app's `tsconfig.json` to provide path mapping functionality.
260
+
261
+ ### How to pass Node.js options
262
+
263
+ You can use `NODE_OPTIONS` env variable, e.g.:
264
+
265
+ ```bash
266
+ NODE_OPTIONS="--max_semi_space_size=64" tramvai start-prod {appName}
267
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/cli",
3
- "version": "2.123.1",
3
+ "version": "2.123.2",
4
4
  "description": "Cli инструмент для сборки и запуска приложений",
5
5
  "files": [
6
6
  "src",
@@ -71,7 +71,7 @@
71
71
  "@tinkoff/utils": "^2.1.3",
72
72
  "@tinkoff/webpack-dedupe-plugin": "1.0.5",
73
73
  "@tramvai/build": "3.1.3",
74
- "@tramvai/react": "2.123.1",
74
+ "@tramvai/react": "2.123.2",
75
75
  "@tramvai/tools-check-versions": "0.4.15",
76
76
  "@tramvai/tools-migrate": "0.6.19",
77
77
  "ajv": "^6.12.6",