v1.5.3
Improvements
Bug Fixes
- #1789 - module-resolver: Fixes an issue in the module resolution where the symbolic links for NPM packages are automatically resolved.
- #1852 - module-resolver: Validate
ModuleRecord
data type.
With the new module-resolver, configuration passed to module-resolver and@lwc/rollup-plugin
are expected to have anModuleRecords
object type. Prior configs where theModuleRecord
was a string throw an unhandled exception.
Internal