- c7cc8a6: fix duplicated esbuild plugins issue
- 5725b75: Account for vite's base path config
- ccf6e51: Externalize dependencies inside node_modules
- ff30c3b: Fix the case when no externals are matched
- 8563878: Fix issue with plugin incorrectly handling non-externalized virtual modules
-
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).
- 442a94f: Fix issue with external dependencies not being included in optimizeDeps.exclude
- 647dd32: Fix issue with externals still being included in optimizedeps.include
- 05dabfc: Fix issue with published typescript definitions not being combined in a single file
- bcbf210: Add a sourcemap
- 490269b: ci: update changeset configuration to allow publishing the package to npm
- e70b121: Add build command to the CI workflow