PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/rpc-websockets
Просмотр файла: build-browser-bundle.mjs
#!/usr/bin/env -S npx tsx --
import { build } from "esbuild"
import babelPlugin from "esbuild-plugin-babel"
await build({
entryPoints: ["./dist/index.browser.cjs"],
outfile: "./dist/index.browser-bundle.js",
bundle: true,
format: "iife",
globalName: "RPCWebsocket",
minify: true,
plugins: [babelPlugin()],
treeShaking: true,
})
Выполнить команду
Для локальной разработки. Не используйте в интернете!