spaceagetv / electron-bytenode-example

A basic Hello World boilerplate using Webpack to convert Electron Javascript code to binary using Bytenode and the Bytenode Webpack Plugin
66 stars 15 forks source link

feat: update to @herberttn/bytenode-webpack-plugin #1

Closed dopry closed 3 years ago

dopry commented 3 years ago

I've updated our testing repo to use @herberttn's plugin instead of the local with with plain.js... This seems to be good to go. The output is properly compiled and working.

herberttn commented 3 years ago

Nice!