1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/server/build
Arunoda Susiripala efe9afb2be
Remove aliasing of react and react-dom (#3731)
* Remove aliasing of react and react-dom
We need that functionality, but React does it automatically.
So, we don't need to do that.
This also fixes #3711 otherwise we need to add a few more aliases.

* Revert "Remove aliasing of react and react-dom"

This reverts commit 929d9567bbdc3f369f13888e846e848a25c9c261.

* Allow to import modules like 'react-dom/server'.
We do this by doing an extact match for 'react' and 'react-dom'
2018-02-08 14:21:01 +05:30
..
babel Disable polyfill and helpers (#3652) 2018-02-01 16:54:31 +05:30
loaders Fix __route error when importing a page inside a page (#3644) 2018-01-31 22:50:27 +05:30
plugins Make sure dynamic imports works on Windows (#3641) 2018-01-31 08:35:10 +01:00
webpack Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
clean.js allow cleaning from non-cwd (#2451) 2017-07-05 10:49:35 +05:30
index.js Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
root-module-relative-path.js Fix relative module aliases for Windows (#1249) 2017-02-24 04:49:34 +05:30
webpack.js Remove aliasing of react and react-dom (#3731) 2018-02-08 14:21:01 +05:30