css-modules / postcss-icss-values

Pass arbitrary constants between your module files
MIT License
203 stars 18 forks source link

Breaking change in version 1.2.1 #62

Closed astraldawn closed 8 years ago

astraldawn commented 8 years ago
ERROR in ./~/css-loader?modules&importLoaders=1&localIdentName=[path]___[name]__[local]___[hash:base64:5]!./src/components/Uploader/Uploader.css
Module build failed: Error: [object Object] is not a PostCSS plugin

Getting this error in 1.2.1. Resolved by downgrading to 1.1.3. Used together with css-loader.

sorrycc commented 8 years ago

Same problem with me, there is no module.exports = exports['default']; in lib/index.js.

geelen commented 8 years ago

Pushed the latest tag back to v1.1.3 until this is fixed.

guox191 commented 8 years ago

+1

baoti commented 8 years ago

Fixed by 1.2.2.