mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
efe9afb2be
* 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' |
||
---|---|---|
.. | ||
build | ||
lib | ||
config.js | ||
document.js | ||
export.js | ||
hot-reloader.js | ||
index.js | ||
next.js | ||
on-demand-entry-handler.js | ||
render.js | ||
require.js | ||
resolve.js | ||
router.js | ||
utils.js |