Replace webpack with esbuild

This commit is contained in:
hensm
2021-05-26 18:32:46 +01:00
parent 13cd1127c6
commit d343ac4629
16 changed files with 10690 additions and 393 deletions

View File

@@ -16,7 +16,8 @@ const paths = require("./lib/paths");
const { author
, homepage } = require("../../package.json");
const { __extensionId: extensionId } = require("../../ext/package.json");
const EXTENSION_ID = "fx_cast@matt.tf";
// Command line args
@@ -98,7 +99,7 @@ async function build () {
"name": meta.__applicationName
, "description": ""
, "type": "stdio"
, "allowed_extensions": [ extensionId ]
, "allowed_extensions": [ EXTENSION_ID ]
};
/**