Skip to content

Commit

Permalink
cleanup bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofstetter Benjamin (extern) committed Sep 12, 2023
1 parent c910ed4 commit 8311126
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
.vscode/**
.vscode-test/**
src/**
.gitignore
.github/**
.yarnrc
.vscode
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
samples
src
tsconfig.json
webpack.config.js
node_modules
!node_modules/oxigraph

2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const extensionConfig = {
},
resolve: {
// support reading TypeScript and JavaScript files, 📖 -> https://github.com/TypeStrong/ts-loader
extensions: ['.ts', '.js']
extensions: ['.ts', '.js'],
},
module: {
rules: [
Expand Down

0 comments on commit 8311126

Please sign in to comment.