You could always manually enable this option by modifying converter.js in your node_modules > nativescript-dev-sass > lib folder. I'm not sure how best to make this easily configurable via an existing config file.
@NathanWalker Is there any best practice for giving build step plugins configuration options like this? Never tried it myself.
Technically, yes. This plugin uses the node-sass library, which does support generating sourceMap files: https://github.com/sass/node-sass#sourcemap
You could always manually enable this option by modifying
converter.js
in yournode_modules > nativescript-dev-sass > lib
folder. I'm not sure how best to make this easily configurable via an existing config file.@NathanWalker Is there any best practice for giving build step plugins configuration options like this? Never tried it myself.