Closed melloware closed 1 year ago
Looks very interesting, perhaps a new version of the bundler that maks it fail? Let me see...
Seems there was a change in node's experimental custom ESM loader implementation, had to update yarn. Build should be working now again
You rock!
@blutorange I just pulled in the latest Coloris changes and the build is failing? What is weird is it converted what looks like ES2015 code using const
back to var
but looking at his main source repo its always been var
. Did we change something in the source?
Do you mean this, which was window.Coloris
? We had to change that so that we only expose it globally when not running in a module environment. I don't think I changed anything else. Other than that, it seems that many const
were changed to var
at some point in the original repo.
https://github.com/mdbassit/Coloris/blob/v0.1.0/src/coloris.js
No it was my bad i copied his coloris.js from dist
and not from his source
.
False alarm
@blutorange Do you mind looking into why the builds are failing? It doesn't look like any code was changed but they seem to be failing