Releases: serverless-heaven/serverless-webpack
5.15.0
Main change
We've added support for Serverless v4 🎉
If you want to use Serverless v4 you must disable the default builtin ESBuild support in your serverless.yml
(because it conflicts with serverless-webpack
):
build:
esbuild: false
What's Changed
- Update deps by @j0k3r in #1951
- Add support for Serverless v4 by @j0k3r in #1959
- Update glob by @j0k3r in #1960
- Prepare 5.15.0 by @j0k3r in #1963
Full Changelog: v5.14.2...v5.15.0
5.14.2
What's Changed
- Apply
promisify()
tofs
module functions to avoid error with Serverless v4 by @ronkot in #1917 - Prepare 5.14.2 by @j0k3r in #1926
Meta stuff (examples, deps, etc.)
- Update all deps to have [email protected] by @j0k3r in #1901
- Update all examples by @j0k3r in #1922
- Remove
fbgraph
from examples by @j0k3r in #1924 - Remove unused
coveralls
deps by @j0k3r in #1925
New Contributors
Full Changelog: v5.14.1...v5.14.2
5.14.1
What's Changed
- fix: make
ts-node
dependency truly optional by @G-Rath in #1825 - When using
SLS_DEBUG
env var, more log will be dumped by @kennyhyun in #1803 - Prepare 5.14.1 by @j0k3r in #1830
New Contributors
- @G-Rath made their first contribution in #1825
- @kennyhyun made their first contribution in #1803
Full Changelog: v5.14.0...v5.14.1
5.14.0
5.13.0
5.12.0
Main Changes
- Allow generating ESM output from npm (non-breaking) by @aldenquimby in #1495
This adds a new config parameter for both NPM & Yarn: copyPackageSectionNames
which list entries in your package.json
to copy to the output package.json
(for ESM output).
What's Changed
- chore(deps): upgrade typescript example by @vicary in #1320
- chore(eslint): support yml and expand lint scope by @vicary in #1319
- Update GitHub Actions by @j0k3r in #1437
- Prepare 5.12.0 by @j0k3r in #1561
New Contributors
- @aldenquimby made their first contribution in #1495
Full Changelog: v5.11.0...v5.12.0
5.11.0
What's Changed
- Detect yarn version to dynamically not add deprecated flags by @jagonzalr in #1252
- Add yarn workspaces support by @magelle in #1258
- Add missing optional peer deps by @john-arccos in #1287
- Prepare 5.11.0 by @j0k3r in #1289
New Contributors
- @magelle made their first contribution in #1258
- @john-arccos made their first contribution in #1287
Full Changelog: v5.10.0...v5.11.0
5.10.0
Main Changes
The lib is finally compatible with Yarn 2 (and above)! Thanks to @jagonzalr (and others involved in #642).
You need to define the option noNonInteractive
to true
in the packagerOptions
in serverless.yml
.
What's Changed
- Add new
packagerOptions
:noNonInteractive
to disable interactive mode when using Yarn 2 or above by @jagonzalr in #1246 - fix: prevent duplicate artifact assignment by @NoxHarmonium in #1245
- Prepare 5.10.0 by @j0k3r in #1248
New Contributors
- @jagonzalr made their first contribution in #1246
- @NoxHarmonium made their first contribution in #1245
Full Changelog: v5.9.1...v5.10.0
5.9.1
5.9.0
Main Changes
- Webpack entries can now be overridden via function option
entrypoint
inserverless.yml
- Fix a warning of undefined plugin CLI option
--webpack-use-polling
What's Changed
- Add type of
--webpack-use-polling
option by @emiksk in #1213 - feat: function level entry overrides by @kirrg001 in #1220
- Prepare 5.9.0 by @vicary in #1223
New Contributors
Full Changelog: v5.8.0...v5.9.0