-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
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
Labels
No labels