You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.12.7 introduced a compact() polyfill by invalidly nesting it in a function-exists check. This invalid condition relied on a Node Sass bug which fixed in v3.5.0.
Fixes
Update node-sass dependency to a supported v3.x release (@xzyfer, #87)