mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-21 15:04:49 +01:00
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:
parent
bce44730b9
commit
0425c9beb2
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue