mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-22 07:24: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/**
|
src/**
|
||||||
.gitignore
|
.gitignore
|
||||||
.yarnrc
|
.yarnrc
|
||||||
vsc-extension-quickstart.md
|
|
||||||
**/tsconfig.json
|
**/tsconfig.json
|
||||||
**/.eslintrc.json
|
**/.eslintrc.json
|
||||||
**/*.map
|
**/*.map
|
||||||
**/*.ts
|
**/*.ts
|
||||||
node_modules/
|
node_modules
|
||||||
target/
|
!node_modules/codemp
|
||||||
build.rs
|
!node_modules/codemp-linux-x64-gnu
|
||||||
Cargo.lock
|
|
||||||
Cargo.toml
|
|
||||||
|
|
Loading…
Reference in a new issue