-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Rollup rebuilds in watch mode #449
Conversation
Travis tests have failedHey @tivac, Node.js: 8npm test -- --verbose --ci
|
BREAKING CHANGE Processor.remove no longer removes the specified files AND their dependencies.
This reverts commit 2a0648f.
Because that spelling really bugged me.
Codecov Report
@@ Coverage Diff @@
## master #449 +/- ##
==========================================
+ Coverage 99.11% 99.12% +<.01%
==========================================
Files 31 31
Lines 790 798 +8
Branches 121 123 +2
==========================================
+ Hits 783 791 +8
Misses 7 7
Continue to review full report at Codecov.
|
This is all fallout from the switch to using
dependencies
.The
transform
hook is called in three different ways.Previously the same codepath handled cases 1 & 2, but that was very wrong. Now they're separated out!