v0.29.2
What's Changed
Electron Fiddle v0.29.2 includes a full refactor of our JavaScript bundling pipeline, thanks to our Google Summer of Code 2022 contributor, @aryanshridhar! It also expands Fiddle's IntelliSense capabilities beyond Electron types—now, you can autocomplete your code with Node.js types as well.
- build(forge): introduce webpack plugin and remove parcel by @aryanshridhar in #1109
- build(webpack): remove webpack definePlugin pointing to static folder by @aryanshridhar in #1138
- feat: add Intellisense for Node.js by @codebytere in #988
Full Changelog: v0.29.1...v0.29.2