Fix build for automatic building
This commit is contained in:
parent
a2511a113d
commit
917c1f1fed
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const context = await esbuild.context({
|
||||||
outdir: './dist/',
|
outdir: './dist/',
|
||||||
platform: 'node',
|
platform: 'node',
|
||||||
target: 'node10.4',
|
target: 'node10.4',
|
||||||
sourcemap: isDev ? 'external' : null,
|
sourcemap: isDev ? 'external' : false,
|
||||||
loader: {
|
loader: {
|
||||||
'.node': 'copy',
|
'.node': 'copy',
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue