1.1.2 • Published 3 years ago

vite-plugin-logseq v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vite-plugin-logseq

A Vite plugin that is essential for developing Vite plugins locally.

It should fix the follow HMR issues for you:

  • a valid index.html for local development
  • reload the plugin if update is outside of your UI framework's HMR boundary

Install

npm install vite-plugin-logseq

Change your vite.config.ts

import logseqPlugin from "vite-plugin-logseq";

// in the plugins session

plugins: [
  ...,
  logseqPlugin()
]

MIT @pengx17

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago