Releases: marko-js/vite
Releases · marko-js/vite
v2.3.9
Patch Changes
- #34
571c993
Thanks @DylanPiercey! - Switch to purely using the mutation style for update config in the config hook.
v2.3.8
Patch Changes
- #32
5640120
Thanks @DylanPiercey! - Avoid using.load
api since it seems to cause an issue when there are many entry Marko files.
v2.3.7
Patch Changes
- #30
940dc22
Thanks @DylanPiercey! - Avoid double resolving server entries and ensure that Marko import queries don't get passed through to other plugins
v2.3.6
Patch Changes
- #28
e8e2f68
Thanks @DylanPiercey! - Fix regression that caused an issue loading assets when used in dev mode.
v2.3.5
Patch Changes
- #26
4bbfafc
Thanks @DylanPiercey! - Avoid using fs readFile for browser entry. This allows virtual files to be browser entries.
v2.3.4
Patch Changes
- #21
31688b4
Thanks @DylanPiercey! - Improve support for Vite 3. - #21
31688b4
Thanks @DylanPiercey! - Fix issue with unlinked builds trying to render assets.