Skip to content

Commit c3d4813

Browse files
MI-251: Fix review findings and add version plan
1 parent 4ce5c1d commit c3d4813

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
vite-plugin-handler: minor
3+
nx-cdk: minor
4+
---
5+
6+
Extract Lambda handler bundling into a standalone Vite plugin (`@aligent/vite-plugin-handler`) and update the nx-cdk preset to use it instead of inline vite config.

packages/nx-cdk/src/generators/helpers/configs/nxJson.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,5 @@ export const NX_JSON: NxJsonConfiguration = {
4242
cdk: {
4343
dependsOn: [{ target: 'build', params: 'forward', projects: `${SERVICES_SCOPE}/*` }],
4444
},
45-
pg: {
46-
dependsOn: [{ target: 'build', params: 'forward', projects: `${SERVICES_SCOPE}/*` }],
47-
},
4845
},
4946
} as const;

packages/vite-plugin-handler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Each `.ts` file discovered under the given handler path gets its own build envir
1010
npm install --save-dev @aligent/vite-plugin-handler
1111
```
1212

13-
Requires `vite >= 7.3.1` as a peer dependency.
13+
Requires `vite >= 8.0.14` as a peer dependency.
1414

1515
## Usage
1616

0 commit comments

Comments
 (0)