plugin-scss icon indicating copy to clipboard operation
plugin-scss copied to clipboard

JSPM Bundle gives 'undefined' error

Open rod750 opened this issue 9 years ago • 1 comments

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';

rod750 avatar Sep 30 '16 23:09 rod750

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.

rod750 avatar Oct 01 '16 06:10 rod750