diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-12-05 13:34:46 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-12-05 13:34:46 -0500 |
| commit | 5849e2ad7323f086bd6edf221b29e3f0b2b7cbd3 (patch) | |
| tree | bb437c98f3661b5a3ac9d721dadd2c7b6e629692 /.config/coc/extensions/node_modules/coc-tsserver/esbuild.js | |
| parent | 6e5c51a6ee731e17e81cc5e23867dbd4ddc006e0 (diff) | |
Removed Useless Configs
Diffstat (limited to '.config/coc/extensions/node_modules/coc-tsserver/esbuild.js')
| -rw-r--r-- | .config/coc/extensions/node_modules/coc-tsserver/esbuild.js | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.config/coc/extensions/node_modules/coc-tsserver/esbuild.js b/.config/coc/extensions/node_modules/coc-tsserver/esbuild.js deleted file mode 100644 index 2577b33..0000000 --- a/.config/coc/extensions/node_modules/coc-tsserver/esbuild.js +++ /dev/null @@ -1,18 +0,0 @@ - -async function start() { - await require('esbuild').build({ - entryPoints: ['src/index.ts'], - bundle: true, - minify: process.env.NODE_ENV === 'production', - sourcemap: process.env.NODE_ENV === 'development', - mainFields: ['module', 'main'], - external: ['coc.nvim', 'typescript'], - platform: 'node', - target: 'node10.12', - outfile: 'lib/index.js' - }) -} - -start().catch(e => { - console.error(e) -}) |
