mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Replace webpack with esbuild
This commit is contained in:
@@ -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 ]
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user