Skip to content

Commit

Permalink
build(manager-react-components): bundle clean-up
Browse files Browse the repository at this point in the history
 Exclude ODS components from the bundle
 Remove unwanted devdeps from the deps
 ref: MANAGER-14622

Signed-off-by: Anoop N <[email protected]>
  • Loading branch information
anooparveti committed Nov 4, 2024
1 parent 080269b commit 8bf9890
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions packages/manager-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
]
},
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@ovh-ux/manager-core-api": "^0.9.0-alpha.0",
"@ovh-ux/manager-react-shell-client": "^0.8.0-alpha.0",
"@ovhcloud/ods-common-core": "17.2.2",
Expand All @@ -44,7 +43,6 @@
"@ovhcloud/ods-theme-blue-jeans": "17.2.2",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-table": "^8.20.1",
"babel-preset-react-app": "^10.0.1",
"clsx": "^2.1.1",
"lodash.isdate": "^4.0.1",
"lodash.isequal": "^4.5.0",
Expand Down
1 change: 1 addition & 0 deletions packages/manager-react-components/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default defineConfig({
"@ovhcloud/ods-common-core",
"@ovhcloud/ods-common-theming",
"@ovhcloud/ods-components",
"@ovhcloud/ods-components/react",
"@ovhcloud/ods-theme-blue-jeans"
],
output: {
Expand Down

0 comments on commit 8bf9890

Please sign in to comment.