vite icon indicating copy to clipboard operation
vite copied to clipboard

A Marko plugin for Vite

Results 6 vite issues
Sort by recently updated
recently updated
newest added

## Version: 4.1.5 - 4.1.10 I'm trying to use import aliases https://vitejs.dev/config/shared-options#resolve-alias. This was working fine in @marko/[email protected] and earlier, but is broken in every version from 4.1.5 onwards. A...

## Description Avoids matching `~/` with our resolve alias. Somewhat of a workaround for #133.

## Version: x.x.x 2.4.8 ### Details There appears to be an issue when using Less css-preprocessor with Marko single file components. This following code outputs an error when trying to...

Check if we can use [import maps](https://github.com/WICG/import-maps) to inline small chunks output by vite as data uris.

### Description Sometimes it's worth customising where the asset tags are rendered in the head if you need to wait for an API response to render SEO meta tags and...