0.1.3 • Published 1 year ago
@citizendev/vite-plugin-preact-bubble v0.1.3
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.