1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/packages/next/build
Tim Neutkens 7ecf675834
Remove resolve rule (#6133)
Fixes #6117

I'm not entirely sure why we had this rule in the first place. I think for some tests related things when we didn't have a monorepo yet. However it could also be related to bundle sizes. I'll compare that when the build finishes.

The reason for #6117 is that we added `react-is` to the dependency tree of Next.js to check valid elements. react-redux uses hoist-non-react-statics which ships a different version of react-is in this case, one that has `ReactIs.isMemo`
2019-01-25 18:33:58 +01:00
..
babel Move phases back to next/constants (#6104) 2019-01-23 14:10:12 +01:00
webpack Drop assetSizePlugin (#6122) 2019-01-24 23:04: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 Move phases back to next/constants (#6104) 2019-01-23 14:10:12 +01:00
is-writeable.ts Add Typescript types for builds functions (#5791) 2018-12-03 14:18:52 +01:00
webpack-config.js Remove resolve rule (#6133) 2019-01-25 18:33:58 +01:00
write-build-id.ts Add Typescript types for builds functions (#5791) 2018-12-03 14:18:52 +01:00