According to the docs you may change our css preprocessor on an existing project (see here.
However this will not work at least for Sass as the node-sass dev-dependency is missing on existing projects.
This affects at least version 1.0.0-beta.10. I did not check the webpack-branch.
Installing node-sass as a dev-dependency resolves the issue.