
When dart-sass is run in the nw.js environment, it failed, and it looks like we need to make a special check for nw.js, just like electron
https://github.com/mbullington/node_preamble.dart/blob/master/lib/preamble.js#L50
process.versions.hasOwnProperty('nw')
When dart-sass is run in the nw.js environment, it failed, and it looks like we need to make a special check for nw.js, just like electron
https://github.com/mbullington/node_preamble.dart/blob/master/lib/preamble.js#L50