tweak build settings somewhat for now

This commit is contained in:
Bruno Windels 2021-10-05 19:29:00 +02:00
parent e2b20f466d
commit afadd25885
1 changed files with 4 additions and 0 deletions

View File

@ -9,5 +9,9 @@ export default {
"safe-buffer": "./scripts/package-overrides/safe-buffer/index.js",
"buffer": "./scripts/package-overrides/buffer/index.js"
}
},
build: {
outDir: "../../../target",
minify: false
}
};