Peter Hurst
Peter Hurst
Actually it's just css-loader causing a problem - it also is incompatible with postcss-loader right now apparently.
This isn't accurate - css-loader just interprets @import and url() rules within css files, allowing you to link css files together. You are thinking of style-loader that loads CSS into...
Actually sorry - I was inaccurate there too. css-loader also (optionally) rewrites class names and exports them. So yeah it possibly isn't so useful with css-object-loader, although maybe handling url()...
If you need more information or this is hard to reproduce let me know, but have observed this on several computers now. Suspect it is to do with the trackpad...
I've pushed a documentation update now for the new syntax. Will be great to see this merged.
@snd said in https://github.com/snd/url-pattern/issues/45 this could be merged but was some time ago and haven't heard anything since.
@allmarkedup btw in my own lib I just made a a custom build and copied that directly into my package for the time being, if you want to use my...
> note that my above comment was maybe due to us using lerna v6...trying to upgrade to lerna v7 since it looks like the prettier v3 compat is mentioned in...
> React strict mode has to be off for this to work. Do you know why this is? Spent forever debugging this issue before I found this thread.
This does a pretty good job of auto conversion, just needs some cleaning up after: http://decaffeinate-project.org/