Herbert Treis Neto
Herbert Treis Neto
Hello @rospirski! Thank you for the interest! I was really busy finishing another project, sorry for the delay. Currently this plugin does not really support Webpack v5, we still need...
I don't know how `vue-cli-electron-builder` works, but `webpack-virtual-modules` should work anyway. I think yours is a different problem. Do you have a repro repo? I'm planning to add `include` and...
Hello @godtoy! I'll probably try to test this in the next few days... I was really busy finishing another project.
I've never tried to use this plugin with `vue-cli-electron-builder` or `electron-builder`, so I don't know if it works or what your error could be. From my point of view, this...
@JohnnyYeen hello! This project is not something specific to `electron-forge`, it's a `webpack` plugin for `bytenode`, so you can use it with any project that uses `webpack` (that being plain...
@Cinux-Chosan correct, there is no option for it at the moment. I plan to add `include` and `exclude` options, but I haven't had the time yet. Feel free to open...
https://github.com/herberttn/bytenode-webpack-plugin/releases/tag/v2.0.0
@Cinux-Chosan Try [`v2.2.0`](https://github.com/herberttn/bytenode-webpack-plugin/releases/tag/v2.2.0)
https://github.com/herberttn/bytenode-webpack-plugin/releases/tag/v2.0.0
@Atomoox can you try using the `exclude` option? https://github.com/herberttn/bytenode-webpack-plugin/blob/1b8d19be49f083c9dc83bfd11c9b3eed1035d989/src/types.ts#L12 If it doesn't work for you, please file a new issue with a reproduction repository for me to try.