Skip to content

Commit

Permalink
Package: Add bundling
Browse files Browse the repository at this point in the history
* Add new script commands to `package.json`
* Add `esbuild`
* Update `package-lock.json`
* Add `npm ci` to `npm run package`
* Update .vscodeignore for files no need to ship

Change-Id: I65c563b6e6776512d7ac0b6e80d7174624bb12ff
Reviewed-by: Marcus Tillmanns <[email protected]>
  • Loading branch information
OrkunTokdemir committed Mar 4, 2024
1 parent c64deb4 commit f613f7f
Show file tree
Hide file tree
Showing 3 changed files with 426 additions and 8 deletions.
11 changes: 9 additions & 2 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@
.vscode-test/**
src/**
.gitignore
.yarnrc
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
node_modules/**
**/package-lock.json
.eslintignore
.prettierrc
.prettierignore
.github/**
out/test/**
out/scripts/**
Development.md
Loading

0 comments on commit f613f7f

Please sign in to comment.