Jinjiang / px2rem-loader

Webpack loader for px2rem css file
204 stars 33 forks source link

whether it can add a ignore option #20

Closed JlineZen closed 5 years ago

JlineZen commented 5 years ago

We were happy to use px2rem-loader case it help us a lot, but we wonder whether it can add ignore option config when use it cause sometimes we want to import third party plugins but it was also computed the styles.

Jinjiang commented 5 years ago

You can easily modify the config field: test: /\.css$/ or with exclude option together to customize the rules instead. Thanks.