Skip to content

Releases: MilanKovacic/vite-plugin-externalize-dependencies

v1.0.1

24 Jul 04:34
3581330
Compare
Choose a tag to compare

Patch Changes

  • c7cc8a6: fix duplicated esbuild plugins issue

v1.0.0

24 Jul 02:02
d06558e
Compare
Choose a tag to compare

Major Changes

  • 5725b75: Account for vite's base path config

Patch Changes

  • ccf6e51: Externalize dependencies inside node_modules

v0.13.0

20 Jun 12:31
f23a0b3
Compare
Choose a tag to compare

Minor Changes

  • ff30c3b: Fix the case when no externals are matched

v0.12.0

22 Feb 22:36
c790dce
Compare
Choose a tag to compare

Minor Changes

  • 8563878: Fix issue with plugin incorrectly handling non-externalized virtual modules

v0.11.0

25 Nov 02:01
4687a7a
Compare
Choose a tag to compare

Minor Changes

  • eb2f298: feat: add options to externalize modules with regex, or a custom function

    breaking: plugin will now automatically externalize all subexports of a module. For example, if "react" is externalized, subexports such as "react/jsx-runtime" will also be externalized. Currently, this behavior only applies to modules externalized by name (exact match).

v0.10.0

23 Aug 05:58
3cc3d2a
Compare
Choose a tag to compare

Minor Changes

  • 442a94f: Fix issue with external dependencies not being included in optimizeDeps.exclude

v0.9.0

22 Aug 22:53
cdeb734
Compare
Choose a tag to compare

Minor Changes

  • 647dd32: Fix issue with externals still being included in optimizedeps.include

v0.8.0

18 Aug 21:02
a8cfae7
Compare
Choose a tag to compare

Minor Changes

  • 05dabfc: Fix issue with published typescript definitions not being combined in a single file
  • bcbf210: Add a sourcemap

v0.7.0

14 Aug 20:53
7f669e1
Compare
Choose a tag to compare

Minor Changes

  • 490269b: ci: update changeset configuration to allow publishing the package to npm