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/babel
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
..
plugins Make dynamic import spec compliant. (#2612) 2017-07-20 23:21:04 +05:30
find-config.js Babelrc false babelrc (#1094) 2017-02-13 06:18:22 +09:00
preset.js Merge v3-beta in dynamic-imports 2017-05-15 09:41:42 +05:30