Minko

Results 37 comments of Minko

```js /^(?!\.pife1-).*/.test('.pife1-card') // false ```

I tested it, it can achieve what you want Maybe that you made a small mistake

If you are still stuck in this situation, you could try my fork repository: https://github.com/hemengke1997/postcss-pxtorem Use it like: ``` // postcss.config.js module.exports = { plugins: [ require('@minko-fe/postcss-pxtorem')({ rootValue: 16, propList:...

maybe you could try https://github.com/hemengke1997/postcss-pxtorem

> Is there any solution? yep! You can try this https://github.com/hemengke1997/postcss-pxtorem and let me know if you have any problems

I found this is not rollup's behavior. due to https://github.com/vitejs/vite/blob/2b7e836f84b56b5f3dc81e0f5f161a9b5f9154c0/packages/vite/src/node/plugins/asset.ts#L325 has cached the assests by hashcontent. How can I disable this behavior? Looking forward to your answer

Of course it is very good for reducing the bundle size in SPA. But in MPA, developers want put the files together by every webpage. If some asstes are de-duplicated,...

Sorry, my bad. I thought this issue was unnecessary. I'm very sorry.