songsiqi / px2rem

According to one stylesheet, generate rem version and @1x, @2x and @3x stylesheet.
558 stars 92 forks source link

能否支持某个页面不转换rem #24

Open cpselvis opened 6 years ago

cpselvis commented 6 years ago

现在有多个页面,希望某个页面不转换成 rem,这个要如何操作呢?

borie88 commented 6 years ago

同问。要是可以禁止处理某些引入的文件就好。options中应该有个excludeFiles: ['file1', 'file2']