@citizendev/vite-plugin-preact-bubble
v0.1.3
Published
Usage:
Downloads
44
Readme
Bubble Preact Development Plugin
Usage:
import { preactBubblePlugin } from "@citizendev/vite-plugin-preact-bubble";
export default {
plugins: [
preactBubblePlugin({
libraryName: "elementName",
}),
],
};
Future idea: [ ] On build phase, read from the code and produce copiable snippet to put in Bubble plugin editor [ ] Integrate with Bubble's git repo, streamline the dev process.