webpack-contrib / purifycss-webpack

UNMAINTAINED, use https://github.com/FullHuman/purgecss-webpack-plugin
MIT License
772 stars 37 forks source link

mdi removed #131

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi,

i'm using vue and mdi with this config:

new PurifyCSSPlugin({
    paths: glob.sync([
      path.join(__dirname, "./src/index.html"),
      path.join(__dirname, "./src/**/*.vue"),
      path.join(__dirname, "./src/**/*.js")
    ])
  })

Something importing mdi is rejected by the plugin so I can't see my icons. I already tried listing all rejected css properties, but nothing looks like mdi.