This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Description
Presently, trying to run sass-loader
against the latest [email protected]
(the latest in npm) on [email protected]
appears to succeed, but upon execution yields a Module did not self-register
error. If you follow the advice of #563 and remove the binding altogether, you'll get this instead:
Module build failed: TypeError: Cannot read property 'render' of undefined
at Object.module.exports.render (node_modules/node-sass/lib/index.js:230:26)
at Object.module.exports (node_modules/sass-loader/index.js:53:10)