Closed ocavue closed 2 years ago
Hmm the incompatibility between modules and cjs is tad annoying at times. Wonder why it doesn't break for me. Oh well.
Fantastic, thanks @TeemuKoivisto and @ocavue! Any chance this could be released?
Fantastic, thanks @TeemuKoivisto and @ocavue! Any chance this could be released?
Great point! Released a new patch v0.0.10
Got the following error when I use version 0.0.9:
Seems that we need to use
from 'empty.js'
instead offrom 'empty'
indist/index.js
. The error above is gone after I made this change.