Releases: marko-js/vite
Releases · marko-js/vite
v3.1.6
v3.1.5
v3.1.4
Patch Changes
- #91
16f6a11
Thanks @DylanPiercey! - Fix issue where encoding virtual files was not working in prod builds.
v3.1.3
Patch Changes
- #88
f9644fe
Thanks @DylanPiercey! - Optimize check for if a Marko module is in a cjs package.
v3.1.2
Patch Changes
- #86
701d0f9
Thanks @DylanPiercey! - Fix regression which prevented SSR cjs Marko files from being properly bundled.
v3.1.1
Patch Changes
3f5e52e
Thanks @DylanPiercey! - Fix issue where queries added from vitest were not being stripped
v3.1.0
Minor Changes
- #83
4c8183c
Thanks @DylanPiercey! - Support Vite's dependency optimization scanning.
Patch Changes
-
#83
4c8183c
Thanks @DylanPiercey! - Improve commonjs interop for node_module.marko
files which do not render any tags and/or useexport * from
. -
#83
4c8183c
Thanks @DylanPiercey! - Improve support for Vitest by stripping off queries it adds before determining if we should process the module as a Marko file.
v3.0.1
Patch Changes
- #81
7a4b118
Thanks @DylanPiercey! - Fix support for using this plugin with Vitest and a browser environment.
v3.0.0
Major Changes
-
#79
bf735ba
Thanks @DylanPiercey! - When using a runtime base path via thebasePathVar
option the vite build.assetsDir is now stripped from the final url. (You could add this back manually yourself if desired). -
#79
d0c2b50
Thanks @DylanPiercey! - No longer load babel config by default unless configured.