Skip to content

Commit

Permalink
feat(sls-rspack): support serverless v4
Browse files Browse the repository at this point in the history
Closes #21
  • Loading branch information
codingnuclei committed Nov 11, 2024
1 parent 04c8343 commit 102bc1c
Show file tree
Hide file tree
Showing 17 changed files with 9,888 additions and 27,237 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Thumbs.db
!.env.example

.nx/cache
examples/complete/package-lock.json

# logs
*-logs.txt
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ For Developers - [DEVELOPER.MD](./docs/DEVELOPER.md)
## Table of Contents

- [Install](#install)
- [Serverless V4](#serverless-v4-requirement)
- [Plugin Options](#plugin-options)
- [Examples](#examples)
- [Options](#options)
Expand Down Expand Up @@ -59,6 +60,14 @@ plugins:
- @kitchenshelf/serverless-rspack
```

### Serverless v4 requirement

If you are using Serverless v4 you must disable the default builtin ESBuild support in your `serverless.yml`

```yml
build:
esbuild: false
```
## Plugin Options
Expand Down
Loading

0 comments on commit 102bc1c

Please sign in to comment.