chore: rename to plugin-starter

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang
2022-08-29 22:29:03 +08:00
parent 54c05283c6
commit e51643c65c
15 changed files with 37 additions and 33 deletions

View File

@@ -19,7 +19,7 @@ export default defineConfig({
emptyOutDir: true,
lib: {
entry: "src/index.ts",
name: "PluginTemplate",
name: "PluginStarter",
formats: ["iife"],
fileName: () => "main.js",
},