purgecss-docs icon indicating copy to clipboard operation
purgecss-docs copied to clipboard

Add `nodir` option to eject method to avoid error

Open martinfrancois opened this issue 5 years ago • 0 comments

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

martinfrancois avatar Jan 10 '20 11:01 martinfrancois