plugin-scss
plugin-scss copied to clipboard
JSPM Bundle gives 'undefined' error
I'm trying to bundle several sass (indented syntax) files. But the output gives me no clue about what's wrong.
[plugin-scss] Stacklite :: github:KevCJones/plugin-scss/sass-inject-build.js -> npm:sass.js [plugin-scss] undefined
The lines in the output are repeated for every import in my source files.
I'm importing the styles like this:
import styles from '../styles/layout.sass!scss';
The problem was I have a typo in my config.js file. I fixed the problem with the log output and made a pull request.