Closed ZeeCoder closed 5 years ago
Note that sourcemap test fails in master as well. 🤷♂️
Any chance this could get looked at? cc @ai @w0rm
.idea
should be in your local git ignore, not in global
I can move and release it (if I have a rights) if CI will be fixed
I might need help on that, as I said it's not my changes that break the CI, it's failing in the current master too.
Sorry, you need to wait for @w0rm. I am very bad at Gul plugins.
@ZeeCoder can you open an issue that explains your specific use case? An API that allows to pass a callback that can modify postcss result seems a bit hacky to me:
As for buffer.from
, could you please open a separate PR for it?
Let's not modify the changelog, it should be done only when a new version is published.
Closed in favour of #151 and #152
All the changes:
new Buffer()
pluginOptions
parameter withhandleResult
, which allows us to handle the results from PostCSS. (For example: handling messages from PostCSS plugins, which was not possible before.)