fuddl / wd

a browser extension for wikidata
https://wikidata.org/wiki/Wikidata:Tools/Wikidata_for_Firefox
GNU General Public License v3.0
36 stars 6 forks source link

Temporary build issue due to dependency #131

Closed davidscotson closed 1 year ago

davidscotson commented 1 year ago

I was getting an error when running yarn build.

Similar to this report: https://github.com/parcel-bundler/parcel/issues/9174

Googling around this seems to be due to a dependency of parsel and the fix is due out soon.

https://github.com/swc-project/swc/pull/7746

I tried rolling back to 2.8.3 of parcel, which some reports suggested avoided this issue, but got stuck in a catch-22 where some things where complaining they needed 2.9.3 which is the one with the bug.

Seems like it'll solve itself eventually, but thought I'd note it.

fuddl commented 1 year ago

I had to rollback some updates. please try again with the latest commit

davidscotson commented 1 year ago

This works again with the latest commit.