Skip to content

Commit

Permalink
Bundle using rollup.
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed May 8, 2024
1 parent ae68d78 commit ebfc10f
Show file tree
Hide file tree
Showing 9 changed files with 1,209 additions and 36 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ server/node_modules/**
server/out/**
/server/tests/**
/.eslintrc.js
/rollup.config.mjs
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"autoAttachChildProcesses": true,
"preLaunchTask": {
"type": "npm",
"script": "watch"
"script": "compile"
}
},
{
Expand Down
16 changes: 0 additions & 16 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,5 @@
"$tsc"
]
},
{
"type": "npm",
"script": "watch",
"isBackground": true,
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"panel": "dedicated",
"reveal": "never"
},
"problemMatcher": [
"$tsc-watch"
]
}
]
}
19 changes: 5 additions & 14 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
.vscode/**
.vscode
**/*.ts
**/*.map
.gitignore
**/tsconfig.json
**/tsconfig.base.json
contributing.md
.travis.yml
client/node_modules/**
!client/node_modules/vscode-jsonrpc/**
!client/node_modules/vscode-languageclient/**
!client/node_modules/vscode-languageserver-protocol/**
!client/node_modules/vscode-languageserver-types/**
!client/node_modules/{minimatch,brace-expansion,concat-map,balanced-match}/**
!client/node_modules/{semver,lru-cache,yallist}/**
**/node_modules
*/package*.json
.github
resources/screenshot.png
Loading

0 comments on commit ebfc10f

Please sign in to comment.