Skip to content

Conversation

@rescribet
Copy link
Contributor

This fixes an issue created by https://github.com/solid/solid-ui/pull/127, where the index (the only typescript file) is not compiled to javascript since babel doesn't recognize its file extension.

The missing lib/index.js file causes module not found exceptions in downstream projects

@rescribet rescribet requested review from Vinnl and megoth October 25, 2019 07:54
@rescribet
Copy link
Contributor Author

This is causing quite a lot of downstream issues in my current setup. The original changes (127) moves to ES modules which export a default object in commonjs, causing errors in solid-panes.

E.g. UI.icons.originalIconBase doesn't work anymore, but UI.icons.default.originalIconBase does.

Copy link
Contributor

@megoth megoth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR seems fair - I'll merge it very soon

@megoth megoth merged commit 97d0185 into SolidOS:master Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants