mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-07 16:30:49 +00:00
Try linked soruce'maps (#6988)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
d76f9ed8de
commit
6ea2be19b5
@ -169,7 +169,7 @@ async function performESBuild(filesToTranspile) {
|
|||||||
minify: false,
|
minify: false,
|
||||||
outdir: 'lib',
|
outdir: 'lib',
|
||||||
keepNames: true,
|
keepNames: true,
|
||||||
sourcemap: 'inline',
|
sourcemap: 'linked',
|
||||||
allowOverwrite: true,
|
allowOverwrite: true,
|
||||||
format: 'cjs',
|
format: 'cjs',
|
||||||
plugins: [
|
plugins: [
|
||||||
|
Loading…
Reference in New Issue
Block a user