wxt
Version:
⚡ Next-gen Web Extension Framework
10 lines • 482 B
text/typescript
import { build } from "./build.mjs";
import { clean } from "./clean.mjs";
import { defineConfig } from "./define-config.mjs";
import { defineWebExtConfig } from "./define-web-ext-config.mjs";
import { createServer } from "./create-server.mjs";
import { initialize } from "./initialize.mjs";
import { prepare } from "./prepare.mjs";
import { zip } from "./zip.mjs";
import { normalizePath } from "./utils/paths.mjs";
import { getEntrypointBundlePath } from "./utils/entrypoints.mjs";