I've been using the sass-json-vars project to import some configuration that I have shared between JS and Sass. This works by converting the JSON to Sass maps.
I'm trying to switch from the Sass gem to sass-loader and haven't found an easy way to preserve this feature. Do you have any suggestions for how to load JSON files in Sass with sass-loader?