set main to bundle.es.js after removing webpack #133

Merged
akinwale merged 1 commit from rollup-updates into master 2019-04-27 21:04:06 +02:00
akinwale commented 2019-04-27 21:03:57 +02:00 (Migrated from github.com)

@seanyesmunt I'll merge this since it's a minor change. Since Webpack is no longer used and a bundle.js is no longer generated, I updated main in package.json to refer to bundle.es.js so that React Native would make use of that file instead. If this breaks anything else, please let me know. Thanks.

@seanyesmunt I'll merge this since it's a minor change. Since Webpack is no longer used and a `bundle.js` is no longer generated, I updated `main` in `package.json` to refer to `bundle.es.js` so that React Native would make use of that file instead. If this breaks anything else, please let me know. Thanks.
neb-b (Migrated from github.com) reviewed 2019-04-27 21:03:57 +02:00
neb-b commented 2019-04-28 16:15:52 +02:00 (Migrated from github.com)

Nice catch. We were doing something else in the desktop repo to handle this but this is a much better solution.

Nice catch. We were doing something else in the desktop repo to handle this but this is a much better solution.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-redux#133
No description provided.