mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
f3e541fe23
* Let webpack2 to handle ES2015 module system Since Node.js can't do that, we need to transpile ES2015 module system in the emit-file-loader. * Use sourceMaps only in dev. * Introduce a transform option to emit-file-loader So, we can move our ES2015 transpile code with that option. * Remove unwanted argument options. * Update comments. * Use dev flag instead of NODE_ENV |
||
---|---|---|
.. | ||
build | ||
config.js | ||
document.js | ||
hot-reloader.js | ||
index.js | ||
next.js | ||
read-page.js | ||
render.js | ||
require.js | ||
resolve.js | ||
router.js |