Skip to content

Commit

Permalink
Merge pull request #187 from apollographql/bundle-faker
Browse files Browse the repository at this point in the history
[HotFix] - Bundle @faker-js into extension
  • Loading branch information
michael-watson authored Apr 19, 2024
2 parents 76632bb + a32025b commit 9f22002
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
19 changes: 1 addition & 18 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,13 @@ docs
images

.vscode
node_modules
node_modules/!(@faker-js)/**/*
src/
tsconfig.json
webpack.config.js


apollo.config.js
node_modules/**/LICENSE*
node_modules/**/README*
node_modules/**/jest.config.js
node_modules/**/CHANGELOG*
node_modules/**/CONTRIBUTING*
node_modules/**/HISTORY*
node_modules/**/SECURITY*
node_modules/**/tsconfig.*
node_modules/**/src
node_modules/**/.github
node_modules/**/*.editorconfig
node_modules/**/*.npmignore
node_modules/**/tests
node_modules/**/scripts
node_modules/**/bin
node_modules/**/*.txt
node_modules/**/*.html
**/*.zip
codegen.yml
target
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Apollo Workbench VSCode 3.3.12

- [HotFix] Need to bundle `@faker-js` into extension

## Apollo Workbench VSCode 3.3.11

- Add changelog GitHub Action to ensure a changelog entry is there for every PR
Expand Down

0 comments on commit 9f22002

Please sign in to comment.