anandthakker / doiuse

:bomb: Lint CSS for browser support against caniuse database.
MIT License
1.24k stars 51 forks source link

Hangs in conjunction with other postcss modules #10

Closed anandthakker closed 8 years ago

anandthakker commented 9 years ago

See anandthakker/doiuse.com#26

anandthakker commented 9 years ago

I believe this is fixed in 0.3.3, but leaving this issue open till a test is added for it.

onemanstartup commented 8 years ago

I'm having this error with doiuse@1.0.3

ERROR in ./~/css-loader!./~/postcss-loader!../base/~/normalize.css/normalize.css
Module build failed: TypeError: css.prevMap.consumer is not a function
  at /Users/onemanstartup/Code/awesome/insaneapp/node_modules/doiuse/lib/doiuse.js:38:30
anandthakker commented 8 years ago

Ah, okay. Thanks @onemanstartup -- any chance you could include the postcss code that's running this?

anandthakker commented 8 years ago

Just updated the postcss api - can you check if 1.0.4 fixes this for you, @onemanstartup ?

onemanstartup commented 8 years ago

@anandthakker yeah, this fixed the error. Thanks. And sorry for not responding, I lost in time.

anandthakker commented 8 years ago

:+1: