Skip to content

Support for Watchify #1

@gCardinal

Description

@gCardinal

When using this plugin with Watchify, the first time the bundle gets compiled, the relative paths will have been properly written, but any further change to the watched files will revert back to the default of using absolute paths.

For reference, this is the command I use to initialize watchify: bin/watchify -d -v -p tsify -p [ sourcemapify --root "../../" ] -t debowerify js/tests/karma/**/*.ts -o \'bin/exorcist js/compiled/tests.js.map > js/compiled/tests.js\'

Is this something on Watchify's part or is there something special this plugin should do to have support for Watchify? Is it even a bug/missing feature or am I just not using the plugin properly? If so, maybe updating the doc would be useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions