rsnext/packages/next/build
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
..
babel Remove next/asset (#6046) 2019-01-14 01:32:20 +01:00
webpack Use Object.assign instead of object spread for serverless loader (#6056) 2019-01-15 02:20:20 +01:00
compiler.ts Run compilers sequentially when in lambdas mode (#5862) 2018-12-11 21:46:23 +01:00
entries.ts Replace pages-plugin with loader (#5994) 2019-01-08 23:10:32 +01:00
generate-build-id.ts Convert babel plugins to typescript (#5789) 2018-12-02 18:30:00 +01:00
index.ts Show clear error when client build fails in serverless target (#6027) 2019-01-10 22:10:50 +01:00
is-writeable.ts Add Typescript types for builds functions (#5791) 2018-12-03 14:18:52 +01:00
webpack-config.js Use webpack IgnorePlugin to exclude 'react-is' from production build (#6084) 2019-01-18 12:12:29 +01:00
write-build-id.ts Add Typescript types for builds functions (#5791) 2018-12-03 14:18:52 +01:00