fix dependencies, edit rollup and ts config, switch jsx runtime, use pnpm lockfiles

This commit is contained in:
AAGaming 2022-05-20 18:13:31 -04:00
commit 569f8b8707
No known key found for this signature in database
GPG key ID: 3050166AC290BDF5
7 changed files with 884 additions and 2513 deletions

View file

@ -1,6 +1,6 @@
{
"name": "Example Plugin",
"author": "John Doe",
"frontend_bundle": "dist/example-plugin.js",
"frontend_bundle": "dist/index.js",
"flags": ["debug", "_root"]
}