Always output sourcemaps
This commit is contained in:
@ -16,5 +16,5 @@ esbuild.build({
|
|||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
: undefined,
|
: undefined,
|
||||||
sourcemap: hasToken,
|
sourcemap: true,
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user