composablesys / collabs

Collabs library monorepo

Home Page:https://collabs.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix source maps

mweidner037 opened this issue · comments

Although @collabs/collabs appears to be correctly exporting source maps (.js.map files), webpack is unable to find them when building the demos, and outputs lots of warnings. This should be fixed.

Once fixed, the demo settings should be changed to stop suppressing warnings.

Looks like we just need to add "src" to the "files" field in each published package.json (suggestion from here).

I'll try this in #237 and then check for the issue. (It does not show up in local development because the "src" folder is indeed present in the monorepo.)