First pass at a scheme backend
This commit is contained in:
@@ -35,6 +35,9 @@ async function main() {
|
||||
sourcemap: !production,
|
||||
sourcesContent: false,
|
||||
platform: 'node',
|
||||
banner: {
|
||||
js: "#!/usr/bin/env node",
|
||||
},
|
||||
// outfile: 'dist/extension.js',
|
||||
outdir: 'dist',
|
||||
external: ['vscode'],
|
||||
|
||||
Reference in New Issue
Block a user