purgecss-docs
purgecss-docs copied to clipboard
Add `nodir` option to eject method to avoid error
When building with the eject method in React, it will result in the error EISDIR: illegal operation on a directory
.
The solution to this is to add the nodir
option, as specified here: https://github.com/FullHuman/purgecss-webpack-plugin/issues/39