Skip to content

Releases: marko-js/vite

v4.1.10

18 Apr 21:32
07e2573
Compare
Choose a tag to compare

Patch Changes

  • #131 9f266ff Thanks @DylanPiercey! - Switch to overriding the default chunkFileNames instead of assets dir to avoid server assets in client assets folder.

v4.1.9

18 Apr 20:32
b787f13
Compare
Choose a tag to compare

Patch Changes

  • #128 8e10644 Thanks @DylanPiercey! - Fix issue when a Marko server entry is loaded inside of another chunk which caused the assets injection runtime to be in a different chunk than the server entry (since it will codesplit the runtime). This change now ensures the asset manifest is only ever injected into chunks that reference the assets runtime injector.

  • #128 8e10644 Thanks @DylanPiercey! - Change vites default assetsDir for server bundles to avoid making server assets available in client asset folders.

v4.1.8

17 Apr 17:16
58aec9f
Compare
Choose a tag to compare

Patch Changes

v4.1.7

13 Apr 23:06
6825949
Compare
Choose a tag to compare

Patch Changes

  • #124 ff93773 Thanks @DylanPiercey! - Fix issue where filename from vites watcher was not in posix which was preventing clearing cached data.

v4.1.6

11 Apr 22:36
2cd3fa9
Compare
Choose a tag to compare

Patch Changes

v4.1.5

11 Apr 21:19
edcb6fa
Compare
Choose a tag to compare

Patch Changes

  • #117 7a3a5e6 Thanks @rturnq! - Support css-loader imports, limit relative src attribute transforms, support BASE_URL env var

  • #120 90cca62 Thanks @rturnq! - Allow importing assets from marko file in cjs libs

v4.1.4

11 Apr 16:20
799574b
Compare
Choose a tag to compare

Patch Changes

  • #118 3818a34 Thanks @DylanPiercey! - Fix issue where asset related Marko taglibs / transforms were registered when not in linked mode (eg in tests)

v4.1.3

27 Feb 15:52
53e1bd4
Compare
Choose a tag to compare

Patch Changes

v4.1.2

27 Feb 15:31
11ff5ee
Compare
Choose a tag to compare

Patch Changes

v4.1.1

30 Nov 16:45
9528e95
Compare
Choose a tag to compare

Patch Changes