Troy Coutu

Results 5 comments of Troy Coutu
trafficstars

I'm also seeing this issue specifically in 2.0. Here's an example: ![Discord](https://user-images.githubusercontent.com/8182831/99582898-bace5780-29b0-11eb-92d8-7a1d16a07a99.jpg) In 1.x it would show the resolved domain.

[Here's a sample repo](https://github.com/Autre31415/nodegui-quick-start)

Presumably you'd want the actual JS bundling to happen within the context of a standalone app packager module that is generating the binaries.

I'd start with moving this webpack config over to the packer module if it's not there already and exposing a simple cli to get the bundle entry point.

Here's a full working example: first I went to https://msdn.microsoft.com/en-us/library/ms762271%28v=vs.85%29.aspx and saved that xml as books.xml then I wrote this simple node program using `fs` and `xmldom`: ``` js var...