postcss-uncss icon indicating copy to clipboard operation
postcss-uncss copied to clipboard

this plugin seems doesn't work with react

Open LastStranger opened this issue 5 years ago • 0 comments

I've tried many ways, but none of them works.

module.exports = ({env}) => ({
  plugins: {
      'postcss-uncss':{
        "html": ['http://localhost:3456'],
        //   html: ['src/**/*.html'],
        //   html: ['src/index.html'],
      },
 }
});

image the rest of two don't show any error ,but my output css file is empty.

LastStranger avatar Jun 03 '19 07:06 LastStranger