rsnext/server/build
Arunoda Susiripala 2f7e459210 Make dynamic import spec compliant. (#2612)
* Make dynamic import spec compliant.
Now we simply return the whole module incl. default field
In 'next/dynamic' we pick the default field if there is.
Since modules with default is mostly used next/dynamic, for the enduser, this change has no effect.

* Rename module into m
Using module could be confusing.
2017-07-20 23:21:04 +05:30
..
babel Make dynamic import spec compliant. (#2612) 2017-07-20 23:21:04 +05:30
loaders Support webpack harmony modules in self accept (#2510) 2017-07-10 10:10:32 +05:30
plugins Merge branch 'master' into v3-beta 2017-07-09 09:57:56 +05:30
clean.js allow cleaning from non-cwd (#2451) 2017-07-05 10:49:35 +05:30
index.js Add the ability to pass next configuration to production builds (#2345) 2017-06-23 09:18:06 +05:30
replace.js Refactor the build server to remove tie to fs (#1656) 2017-04-07 09:52:12 -07:00
root-module-relative-path.js Fix relative module aliases for Windows (#1249) 2017-02-24 04:49:34 +05:30
webpack.js Webpack's ModuleConcatenationPlugin plugin doesn't work well with HMR. (#2584) 2017-07-17 22:16:39 +05:30