Skip to content

Releases: Dschungelabenteuer/vite-plugin-entry-shaking

[email protected]

27 Sep 15:25
d556867
Compare
Choose a tag to compare

Patch Changes

  • 8d06211: Fixed identifiers containing "as" being removed from template strings (thanks TobySJ)

[email protected]

27 Sep 15:25
d556867
Compare
Choose a tag to compare

Patch Changes

[email protected]

22 Sep 02:11
3d407ab
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • cb7ecfe: Updated dependencies
  • cb7ecfe: Added experimental support for JSX and TSX files
  • 20b7981: Fixed cross-entry wildcard import issue

[email protected]

22 Sep 02:11
3d407ab
Compare
Choose a tag to compare

Minor Changes

Patch Changes

[email protected]

28 Apr 13:27
56cb4d2
Compare
Choose a tag to compare

Patch Changes

  • 7c205c8: Fixed an issue with dynamic/async imports (#37)

[email protected]

28 Apr 13:27
56cb4d2
Compare
Choose a tag to compare

Patch Changes

[email protected]

02 Apr 16:09
598d047
Compare
Choose a tag to compare

Patch Changes

  • 713383a: Fixed invalid default re-export not being filtered out (#43)

[email protected]

02 Apr 16:09
598d047
Compare
Choose a tag to compare

Patch Changes

[email protected]

30 Mar 17:07
91665fd
Compare
Choose a tag to compare

[email protected]

30 Mar 16:42
be67f72
Compare
Choose a tag to compare

Minor Changes

  • 67233cb:

    Features

    • Refined logger and added some websocket messages to extend debugging/benchmarking abilities
    • Added an experimental debugger application
    • Added an example generator CLI for easier repros
    • Added support for wilcard imports analysis (fixes #34)
    • Added support for target's default export (this limitation was not known/documented and found with
      updated tests)
    • Added glob patterns support for "targets" option (thanks
      moushicheng)

    Chore

    • Created some kind of logo, please don't hate I'm not a designer
    • Revamped examples with a simple webapp that one can use to test and debug this plugin against
      use-cases
    • Reworked tests to get even more coverage and confidence
    • Made names more consistent with options and docs (especially entry -> target)
    • Updated dependencies

    Fixes

    • Fixed an issue when re-exporting aliased entity (fixes #28, thanks
      fdc-viktor-luft for reporting & investigating)
    • Fixed an issue with multiline imports/exports (fixes #35, thanks
      mx-bernhard for reporting & contributing)
    • Fixed an issue where if a target was default exporting something, importing that default export
      would probably result in error.