Bernard

Results 49 comments of Bernard

In case anyone is looking for an clue, have a look at the transform code invoked by CopyWebpackPlugin. For example, in my source: ```JavaScript new CopyWebpackPlugin([{ from: paths.srcManifest, // ?...

I believe #73 closes this, but feel free to reopen if this is not the case.

@zabakala @TanDung2512 @ngquhuanbl I know it's been a while, but do any of you still have the code/repo that was producing this behavior that you'd be willing to share, or...

Closing this for now, but if anyone encounters this issue going forward and https://github.com/babel-utils/babel-plugin-tester/issues/51#issuecomment-540717197 doesn't help, ping me and I'll reopen it.

I'm thinking a new set of options: `preset`, `presetName` ~~(required)~~, and `presetOptions`. This set of options would be mutually exclusive with the counterpart set: `plugin`, `pluginName`, and `pluginOptions`. If any...

I'm personally not opposed to a PR implementing this, but as I work through open issues and consider implementing a couple new features, I'm of the opinion that this functionality...

This would be very useful. Is this project still maintained?

Any word on this? I recently switched to Firefox from Chrome.

The previous solutions didn't work for me in all cases, though `process` is an `EventEmitter` so the following coarse-grain one-liner worked for me: ```JavaScript process.removeAllListeners('warning'); ``` Alternatively, a safer more...

@travi Thanks for the response! In the case of rewriting history, all permutations of `git notes --ref semantic-release show commit-hash-tag-is-pointing-at` should fail too if the commit was rewritten (should say...