Derek Donnelly

Results 12 comments of Derek Donnelly

There is a valid use case for this. If some of my spec files fail, and I start working on one spec file until all the tests in it pass......

Same issues here on a large project. ``` new BabiliPlugin({ test: /\.js($|\?)/i, comments: false, sourceMap: true }), ``` Tried @swernerx settings but the same error occurs. ``` new BabiliPlugin({ comments:...

@postspectacular same as @qfox, not installed globally.

Be great to get an official steer on this. In the meantime, I've created a single entry point in src that exports all the package.json exports which works for now:...

Same here on Mattermost Enterprise Edition 5.13.2. Happy to fork this and try to fix it if someone can point me in the right direction as to what might be...

Following this one with interest. Any updates?