Releases: PepsRyuu/nollup
Releases · PepsRyuu/nollup
Dev Server object config support
- Support an object to be passed to the dev server API #151
Empty Export Object
- Fixed syntax error when empty export is used -
export {}#143
Parse Error Accuracy
- Improve error message accuracy for parse errors. fd770c8
Virtual Index Fix
- Fixed issue where physical index file was preferred over emitted index file. Virtual will always be preferred.
Virtual Index Fallback
- Added support for History API fallback for index files generated by a plugin: #137
Performance Boost
- During build, a WASM version of the
source-maplibrary is used. This can significantly improve the cold start time for an app. #100
Custom Headers, HTTPS HMR, Error Handling
- @Filyus contributed a fix for HMR to work in HTTPS mode. #133
- @hanswilw contributed the new
headersoption to allow for use cases like CORS to work with custom headers. #132 this.errorfor plugins now supports throwing errors inside an asynchronous function. #129- Added support for
e.framefor errors, so plugins throwing errors can show code snippets.
HTTPS Support
- Support for running Nollup in HTTPS mode with new
https,certandkeyoptions. Thanks @morbidick! #130
Bug Fixes
- Trigger
resolveIdfor input module. - Support "virtual modules" for entry module.
- @charlag contributed a fix for using
esmformat within NodeJS. #110 - Fixed issue where source map check was removing code in
auth0. - Added limited support for
export var namedlive-bindings to support transpiled TypeScript enums.