mirror of
https://github.com/foambubble/foam.git
synced 2026-01-08 05:34:09 -05:00
Reintroduced minification option
This commit is contained in:
@@ -67,7 +67,7 @@ async function main() {
|
||||
...config[platform],
|
||||
entryPoints: ['src/extension.ts'],
|
||||
bundle: true,
|
||||
minify: false, //production,
|
||||
minify: production,
|
||||
sourcemap: !production,
|
||||
sourcesContent: false,
|
||||
external: ['vscode'],
|
||||
|
||||
Reference in New Issue
Block a user