Closed stellarhoof closed 1 year ago
Fails | |
---|---|
:no_entry_sign: | Please add a description to your PR |
Warnings | |
---|---|
:warning: | You should add at least 1 more reviewer to the PR |
Messages | |
---|---|
:book: | You reduced the total lines of code! Awesome! :+1: |
Generated by :no_entry_sign: dangerJS against 885ddfa4cad9362fe5af16aaf75cdba4c9835175
Messages | |
---|---|
:book: | You reduced the total lines of code! Awesome! :+1: |
Generated by :no_entry_sign: dangerJS against 885ddfa4cad9362fe5af16aaf75cdba4c9835175
We're importing from
dist
in quite a few places (which we shouldn't do) and the files do not get resolved by node because of theexports
field. Proper fix is to re-export everything we need.