Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 26.9k
Add support for dynamic import & disable require.ensure#1538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
7c08989adcc6ea0055e79658ce80a44f50de5ab837020b8f9File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -11,13 +11,13 @@ | ||
| "test": "node packages/react-scripts/scripts/test.js --env=jsdom" | ||
| }, | ||
| "devDependencies": { | ||
| "babel-eslint": "6.1.2", | ||
| "eslint": "3.5.0", | ||
| "eslint-config-react-app": "0.2.1", | ||
| "eslint-plugin-flowtype": "2.18.1", | ||
| "eslint-plugin-import": "1.12.0", | ||
| "eslint-plugin-jsx-a11y": "2.2.2", | ||
| "eslint-plugin-react": "6.3.0", | ||
| "babel-eslint": "7.1.0", | ||
| "eslint": "3.8.1", | ||
| "eslint-config-react-app": "0.5.1", | ||
| "eslint-plugin-flowtype": "2.21.0", | ||
Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. latest is | ||
| "eslint-plugin-import": "2.0.1", | ||
Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. latest is | ||
| "eslint-plugin-jsx-a11y": "2.2.3", | ||
| "eslint-plugin-react": "6.4.1", | ||
| "lerna": "^2.0.0-beta.37", | ||
| "lerna-changelog": "^0.2.3" | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
latest is 3.15.0