chore(cli): inline build sourcemaps
This commit is contained in:
parent
c0ea1a43f9
commit
79301fbed5
1 changed files with 1 additions and 2 deletions
|
|
@ -18,7 +18,6 @@ await rm("dist", { recursive: true, force: true })
|
|||
const singleFlag = process.argv.includes("--single")
|
||||
const baselineFlag = process.argv.includes("--baseline")
|
||||
const skipInstall = process.argv.includes("--skip-install")
|
||||
const sourcemapsFlag = process.argv.includes("--sourcemaps")
|
||||
const plugin = createSolidTransformPlugin()
|
||||
|
||||
const allTargets: {
|
||||
|
|
@ -74,7 +73,7 @@ for (const item of targets) {
|
|||
external: ["node-gyp"],
|
||||
format: "esm",
|
||||
minify: true,
|
||||
sourcemap: sourcemapsFlag ? "linked" : "none",
|
||||
sourcemap: "inline",
|
||||
splitting: true,
|
||||
compile: {
|
||||
autoloadBunfig: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue