Skip to content

v1.14.0

Latest
Compare
Choose a tag to compare
@elycruz elycruz released this 30 Oct 22:36
· 30 commits to main since this release

Hi all, most changes in this release are development related, less one bugfix and one feature improvement:

  • @marcalexiei submitted an insertStyle module feature improvement to allow the module (when using the insert option) to not need special handling due to it's path including the "node_modules" name (e.g., 'dist/node_modules/...') - the module is now output to 'dist/_virtual' (based on your config), thanks to rollup's plugin API features (resolveId, and load).

Additionally, @hamflx provided a fix for the 'insertStyle' module path getting erroneously output on MS Windows (e.g., wrong OS path separator, etc), though the fix is no longer required due to feature @marcalexiei contribution above.

What's Changed

Feature improvements

Bug fixes

  • Fix the compatibility issue of import statements on Windows. by @hamflx in #168

Development related

New Contributors

Full Changelog: v1.13.2...v1.14.0