Vytenis
Vytenis
If I try to load module like `const esCssModules = require('es-css-modules').default;` then I get warning ``` Unknown error from PostCSS plugin. Your current PostCSS version is 6.0.9, but es-css-modules uses...
P.S. https://github.com/jacobp100/es-css-modules/blob/master/rollup.config.js#L5 according documentation > For Node.js: > compile to a CommonJS module > $ rollup main.js --format cjs --output bundle.js
Related? https://github.com/babel/babel/issues/5893
you probably shoud release new versions with compiled js files ready for use in browsers.
the same issue https://github.com/beradrian/jsbandwidth/issues/14
http://i.imgur.com/3fJ40om.png
probably you are looking for https://www.npmjs.com/package/isomorphic-style-loader
Already fixed in https://github.com/vercel/swr/releases/tag/1.0.1-beta.0 ???
Same for me :smile_cat:
I switched to https://www.npmjs.com/package/babel-plugin-flow-react-proptypes and it works :sake: