comunica / comunica-feature-solid

📬 Comunica packages for query execution over Solid data pods
Other
3 stars 4 forks source link

Source map warnings in `create-react-app` #49

Closed A01657103 closed 8 months ago

A01657103 commented 2 years ago

Issue type:


Description:

Instancing a new QueryEngine() breaks everything in a create-react-app.


Environment:

8.19.1

Crash log:

https://pastebin.com/XT6sUxtk

github-actions[bot] commented 2 years ago

Thanks for reporting!

rubensworks commented 1 year ago

webpack compiled with 518 warnings

It looks like it's not breaking anything though, compilation succeeds, but with many warnings.

This problem seems related to the one fixed here: https://github.com/rubensworks/rdf-data-factory.js/pull/9 You're welcome to submit a PR with a similar fix (we probably also need it in https://github.com/comunica/comunica).

rubensworks commented 8 months ago

Should be fixed now