rsnext/packages
Connor Davis 8065130343 Use webpack IgnorePlugin to exclude 'react-is' from production build (#6084)
`react-is` isn't used in production, so we shouldn't bundle it.

Note: most of those plugins are using the `dev` variable, but in case someone runs `NODE_ENV=development next build`, they would need a copy of `react-is` because the conditional use of `react-is` checks `NODE_ENV` — not whether or not HMR is being used (what what the `dev` variable is based on).
2019-01-18 12:12:29 +01:00
..
next Use webpack IgnorePlugin to exclude 'react-is' from production build (#6084) 2019-01-18 12:12:29 +01:00
next-server v8.0.0-canary.7 2019-01-14 16:19:20 +01:00