When using postcss, in webpack, how to make it ignore the files under node_modules?

add postcss to webpack , use px2rem automatic conversion units

then I introduced antd-mobile

result px2rem transforms the style of antd-mobile

how to make px2rem ignore antd-mobile style files

Have you solved the problem of
exclude: [
  path.resolve(__dirname, "node_modules/xxx")
],

?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b33284-403fc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b33284-403fc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?