forked from a2call/react-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(webpack): Support 'browser' property (react-boilerplate#1161)
* 3.2.1 * Clean up code in script files (react-boilerplate#775) * Revert "Clean up code in script files" (react-boilerplate#1114) * feat(docs): Setting up index routes in routing docs (react-boilerplate#1099) See react-boilerplate#1056 (comment) * feat(example): Use takeLatest (react-boilerplate#1062) * Use takeLatest * Update comment * Remove cancel * Revert Remove cancel * feat(docs): Update deployment.md (react-boilerplate#1120) * Update deployment.md Otherwise the `npm run build` will never run and `Not Found` be displayed when deployed. * Update deployment.md * feat(core): Add a key property to IntlProvider (react-boilerplate#1107) This persuades React that the component has been modified and makes it rerender * Support 'browser' property
- Loading branch information
Showing
6 changed files
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,6 +98,7 @@ module.exports = (options) => ({ | |
mainFields: [ | ||
'browser', | ||
'jsnext:main', | ||
'browser', | ||
'main', | ||
], | ||
}, | ||
|