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
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
..
build Remove aliasing of react and react-dom (#3731) 2018-02-08 14:21:01 +05:30
lib Use a latest version of path-to-regexp for path-match (#3655) 2018-02-01 19:54:09 +01:00
config.js Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
document.js Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
export.js Copy static assets from .next folder when exporting (#3719) 2018-02-07 16:24:07 +05:30
hot-reloader.js Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
index.js Serve static /_next/static/* relative from dir directory (#3722) 2018-02-07 14:05:35 +05:30
next.js Programmatic API (#310) 2016-12-16 12:33:08 -08:00
on-demand-entry-handler.js Fix server not closing properly in dev mode (issue #2540) (#3540) 2018-01-31 17:07:41 +05:30
render.js Revert "Require files directly instead of resolving them (#3683)" (#3684) 2018-02-05 23:16:36 +05:30
require.js Revert "Require files directly instead of resolving them (#3683)" (#3684) 2018-02-05 23:16:36 +05:30
resolve.js Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
router.js Use a latest version of path-to-regexp for path-match (#3655) 2018-02-01 19:54:09 +01:00
utils.js Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00