davidkpiano / sassdash

The Sass implementation of lodash.
http://davidkpiano.github.io/sassdash
390 stars 20 forks source link

Sassdash doesn't work on codesandbox? #43

Open maximelebreton opened 4 years ago

maximelebreton commented 4 years ago

Hello @davidkpiano, and thank you for you amazing work on Sassdash!

Unfortunately, I can't make it work on Codesandbox: https://codesandbox.io/s/sassdash-x4n8s

The error message is:

CompileError
Error: Failed to execute 'postMessage' on 'DedicatedWorkerGlobalScope': function Object() { [native code] } could not be cloned.
        on line 3:9 of node_modules/sassdash/scss/constants/_module.scss
        from line 4:1 of node_modules/sassdash/scss/_sassdash.scss
        from line 1:1 of node_modules/sassdash/_index.scss
        from line 1:1 of /stdin
>> @import 'constructor';

   --------^

Any ideas?

Thanks!

davidkpiano commented 4 years ago

Sorry, not sure. I haven't worked on Sassdash for years.