Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Downgrade css-loader dependency for Node 0.10.x compatibility.
Running the build task under Node 0.10.x fails with the following error: > ERROR in ./~/css-loader!./~/sass-loader!./src/components/widget/style.scss > Module build failed: ReferenceError: Promise is not defined See webpack-contrib/css-loader#144 for details. Node 0.10.x is the latest version available in the Ubuntu package repository, so it's still widely used in dev environments, and should be supported.
- Loading branch information