speed-measure-webpack-plugin
speed-measure-webpack-plugin copied to clipboard
feat: add options.outputStripAnsi
What I do: Add new option outputStripAnsi, it can clear output's color and style. Reason: Plugin use chalk, when outputTarget is function, it will get unreadable text, someone already asked this question. with outputStripAnsi, outputTarget function can get plain text output.
I already test it and get success, but I failed to create a test case .. >_< .. sorry.
@stephencookdev Hi, could you take a look at these pull requests? Are you still maintaining the project?
@stephencookdev Hi, could you take a look at these pull requests? Are you still maintaining the project?
Struggling to stay on top of everything definitely 😴 But this change looks good. Let me take a look this weekend and see about getting this released. Thanks for the PR @55utah! 🙂
@stephencookdev thanks for responding! 😊 I was looking at this repo for some time and configured it in the project I work in. I was wondering if you are still present here because I will probably try to contribute and I just didn't want to spend plenty of time preparing a PR and then not be noticed 😅
@stephencookdev @shwarcu Please take a look. ❤️
Looks legit to me 😅