From 569f8b8707636cb52d9b89278c28150d668175db Mon Sep 17 00:00:00 2001 From: AAGaming Date: Fri, 20 May 2022 18:13:31 -0400 Subject: fix dependencies, edit rollup and ts config, switch jsx runtime, use pnpm lockfiles --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin.json') diff --git a/plugin.json b/plugin.json index 60ec4fb..8883a09 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "Example Plugin", "author": "John Doe", - "frontend_bundle": "dist/example-plugin.js", + "frontend_bundle": "dist/index.js", "flags": ["debug", "_root"] } -- cgit v1.2.3