Troy Coutu
Troy Coutu
I'm also seeing this issue specifically in 2.0. Here's an example:  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...