"ReferenceError: document is not defined" when bundling with arithmetic
ericsvendsen opened this issue · 1 comments
ericsvendsen commented
When using arithmetic to bundle external dependencies separately from my app code (as suggested in this jspm-cli issue), plugin-sass throws the error:
ReferenceError: document is not defined
If I remove my scss import statements, then bundling succeeds.
screendriver commented
Fixed with #29