vite-plugin-logseq
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i vite-plugin-logseq

Weekly Downloads

40

Version

1.1.2

License

MIT

Unpacked Size

11.9 kB

Total Files

6

Last publish

Collaborators

  • pengxiao-fw