PromucFlow_constructor/app/shared/ast
ChandanBalajiBP 88da94abe7
fix: Remove devDependencies from RTS build (#22239)
Remove devDependencies from the RTS build.
In process of building RTS, we used to copy node_modules to /dist
(Build folder)
But this is not ideal process which increases the build size by adding
unwanted packages.
Now as part of the solution, we are only moving only prodDependencies
to /dist.
This also resolves user request to exclude vulnerable package -
`formidable`.

Fixes #22182
2023-04-13 17:32:13 +05:30
..
src feat: Action selector (#21582) 2023-04-06 22:19:12 +05:30
.eslintrc.json chore: Add eslint and prettier config to shared module (#19939) 2023-01-20 18:17:24 +05:30
.prettierrc feat: Action selector (#21582) 2023-04-06 22:19:12 +05:30
index.d.ts feat: Linting in entity properties and methods (#16171) 2022-09-17 18:40:28 +01:00
index.ts feat: Action selector (#21582) 2023-04-06 22:19:12 +05:30
jest.config.js fix: workflow for shared modules testing (#16778) 2022-09-30 18:36:25 +05:30
package.json fix: Remove devDependencies from RTS build (#22239) 2023-04-13 17:32:13 +05:30
rollup.config.js fix: fix package.json file for ast build (#22119) 2023-04-05 14:14:36 +05:30
tsconfig.json feat: Extraction of AST Logic (#15892) 2022-08-23 16:39:42 +05:30
yarn.lock feat: Action selector (#21582) 2023-04-06 22:19:12 +05:30