Skip to content

Releases: marko-js/vite

v3.1.6

07 Nov 20:42
d6dfb1f
Compare
Choose a tag to compare

Patch Changes

  • #97 79d62e3 Thanks @rturnq! - Fix issues with CJS interop and fix esbuild plugin resolution

v3.1.5

07 Nov 17:16
396f05b
Compare
Choose a tag to compare

Patch Changes

v3.1.4

14 Oct 00:13
Compare
Choose a tag to compare

Patch Changes

v3.1.3

13 Oct 18:24
Compare
Choose a tag to compare

Patch Changes

v3.1.2

13 Oct 17:24
Compare
Choose a tag to compare

Patch Changes

  • #86 701d0f9 Thanks @DylanPiercey! - Fix regression which prevented SSR cjs Marko files from being properly bundled.

v3.1.1

05 Oct 20:54
Compare
Choose a tag to compare

Patch Changes

v3.1.0

05 Oct 19:12
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #83 4c8183c Thanks @DylanPiercey! - Improve commonjs interop for node_module .marko files which do not render any tags and/or use export * 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

01 Oct 23:08
Compare
Choose a tag to compare

Patch Changes

v3.0.0

29 Sep 20:28
Compare
Choose a tag to compare

Major Changes

  • #79 bf735ba Thanks @DylanPiercey! - When using a runtime base path via the basePathVar 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.

v2.4.9

20 Sep 20:51
5930683
Compare
Choose a tag to compare

Patch Changes

  • #77 1058400 Thanks @rturnq! - Ensure base path script is written in head or body when those elements are present