- #3006
da4e097b
- Fix transform breakage in situations whereoutputPath
is false (e.g. settingpermalink: false
or using the serverless plugin).
-
#2591
a01ffdf6
- Add option to use worker threads instead of vm modules for isolated rendering and set this as the default mode which removes the need to use the--experimental-vm-modules
flag. The vm mode is still available via config option and will require the flag.Potentially breaking due to the way Node's worker threads reads .js files as modules. See here for information on configuring components in worker mode.