Skip to content

Releases: marko-js/vite

v2.3.9

29 Sep 20:14
928a93e
Compare
Choose a tag to compare

Patch Changes

  • #34 571c993 Thanks @DylanPiercey! - Switch to purely using the mutation style for update config in the config hook.

v2.3.8

23 Sep 16:32
92d047c
Compare
Choose a tag to compare

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

01 Sep 22:17
7483689
Compare
Choose a tag to compare

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

25 Aug 17:08
f47a8bd
Compare
Choose a tag to compare

Patch Changes

v2.3.5

24 Aug 21:58
34affe5
Compare
Choose a tag to compare

Patch Changes

  • #26 4bbfafc Thanks @DylanPiercey! - Avoid using fs readFile for browser entry. This allows virtual files to be browser entries.

v2.3.4

12 Jul 21:09
ac3499f
Compare
Choose a tag to compare

Patch Changes

v2.3.3

05 Jun 05:06
d5b5cb2
Compare
Choose a tag to compare

2.3.3 (2022-06-05)

Bug Fixes

v2.3.2

18 May 22:21
20808df
Compare
Choose a tag to compare

2.3.2 (2022-05-18)

Bug Fixes

  • issue with esbuild not resolving Marko node_modules (#19) (20808df)

v2.3.1

30 Apr 22:43
3fd8465
Compare
Choose a tag to compare

2.3.1 (2022-04-30)

Bug Fixes

  • issue with vite not finding some virtual file paths (#18) (3fd8465)

v2.3.0

30 Apr 22:18
1b36765
Compare
Choose a tag to compare

2.3.0 (2022-04-30)

Features