build: bundle only codemp in node_modules

not sure how to avoid bundling node_modules at all: vscode doesn't fetch
codemp from npm when installing. Can we still esbuild this if we have
native dependencies? How to esbuild? TOOD!

Co-authored-by: frelodev <frelodev@gmail.com>
This commit is contained in:
əlemi 2024-09-06 16:04:57 +02:00
parent bce44730b9
commit 0425c9beb2
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -3,13 +3,10 @@
src/**
.gitignore
.yarnrc
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
node_modules/
target/
build.rs
Cargo.lock
Cargo.toml
node_modules
!node_modules/codemp
!node_modules/codemp-linux-x64-gnu