Skip to content

Replace webpack with esbuild - #48

Merged
fjakobs merged 2 commits into
mainfrom
esbuild
Aug 3, 2022
Merged

Replace webpack with esbuild#48
fjakobs merged 2 commits into
mainfrom
esbuild

Conversation

@fjakobs

@fjakobs fjakobs commented Aug 3, 2022

Copy link
Copy Markdown
Contributor

What?

  1. Replace webpack with eslint as JavaScript bundler
  2. Don't use bundled JavaScript during development

Why?

Webpack is slow and hard to configure. Also the npm scripts became a bit messay

Testing

  • Created VSIX
    • inspected the contents
    • installed it manually into VSCode
    • tested basic functionality
  • Ran all npm tasks
    • test:unit
    • test:integ
    • compile
    • package
    • watch
  • Ran extension and extension test from the debug panel
    • made sure that setting breakpoints and debugger works

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants