Skip to content
This repository was archived by the owner on Jul 5, 2021. It is now read-only.
This repository was archived by the owner on Jul 5, 2021. It is now read-only.

Depending on package.json for initializing debug instances breaks production bundles #17

Description

@Galkon

In Query.js, this package relies on package.json to exist in order to name the debug instances. This is silly, and breaks when the package is bundled into a production application, resulting in the entire node-wmi package (and all of it's dependencies) to be excluded from the bundling process.

Simply hardcoding these as node-wmi:Query resolves it. PR for fix found here: #16

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions