Releases: electron-userland/electron-webpack
Releases · electron-userland/electron-webpack
1.11.0
Bug Fixes
- __static is not defined in production for main (98376a0)
Features
- Support for element-ui "import on demand" (ae31a80), closes #36
- Support for tsx as entry file (e7d5c78), closes #42
1.10.1
Features
- add app.ts/app.js as possible entry file (dd2a369), closes #49
1.10.0
Bug Fixes
- Error on getting the server port (f714b00), closes #48
1.9.0
Bug Fixes
- more reliable getFree port implementation (255e645)
Features
- Adding a new loader to webpack config #11.
1.8.0
Features
- ability to require png/jpg/gif files up to 10MB to get data url (fe0ca31) See details.
1.7.0
Features
- Dynamic instead of hard-coded port numbers (abb6da9), closes #31 #25
1.6.0
Features
- support HMR for stylesheets (983e7aa)
- support user-defined babel presets and plugins (aad66da)
Thanks to Jovica Aleksic for these awesome features.