You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`webpackAlias`|`object`|`{}`| It should be assigned with the `alias` value option from the Webpack config. |
65
-
|`jestAlias`|`array`|`[]`| It should be assigned with the `moduleNameMapper` value option from the Jest config. |
66
-
|`jestExtensions`|`array`|`["js", "jsx", "ts", "tsx"]`| It should be assigned with the `moduleFileExtensions` value option from the Jest config. |
67
-
|`webpackExtensions`|`array`|`[".js", ".jsx", ".ts", ".tsx"]`| It should be assigned with the `extensions` value option from the Webpack config. |
68
-
|`isCacheEnabled`|`boolean`|`false`| If `true`, enables file-based cache. |
69
-
|`logging`|`object`|`{ type: "disabled", filePath: "log.txt" }`| Specifies logging options.<br>`type` can be `disabled`for no logging, `file`for logs to a file, or `screen`for logs to the console.<br>If type is `file`, `filePath` specifies the log file path. |
|`webpackAlias`|`object`|`{}`| It should be assigned with the `alias` value option from the Webpack config. |
65
+
|`viteAlias`|`object`|`{}`| It should be assigned with the `alias` value option from the Vite config. |
66
+
|`jestAlias`|`array`|`[]`| It should be assigned with the `moduleNameMapper` value option from the Jest config. |
67
+
|`webpackExtensions`|`array`|`[".js", ".jsx", ".ts", ".tsx"]`| It should be assigned with the `extensions` value option from the Webpack config. |
68
+
|`viteExtensions`|`array`|`[".mjs", ".js", ".mts", ".ts", ".jsx", ".tsx", ".json"]`| It should be assigned with the `extensions` value option from the Vite config. |
69
+
|`jestExtensions`|`array`|`["js", "jsx", "ts", "tsx"]`| It should be assigned with the `moduleFileExtensions` value option from the Jest config. |
70
+
|`isCacheEnabled`|`boolean`|`false`| If `true`, enables file-based cache. |
71
+
|`logging`|`object`|`{ type: "disabled", filePath: "log.txt" }`| Specifies logging options.<br>`type` can be `disabled`for no logging, `file`for logs to a file, or `screen`for logs to the console.<br>If type is `file`, `filePath` specifies the log file path. |
0 commit comments