babel6 uses exports default module value in property and this plugin can't work regular in node without es2015 modules support ``` js require('postcss-moduels').default() ``` You can fix it by using regular `module.exports` in src/index.js