Naoyuki Kanezawa
12f31b5bf3
Source map support ( #279 )
...
* generate source-maps on development
* remove unused dep
2016-12-02 10:43:38 +09:00
nkzawa
4a71fb6b3c
Merge branch 'master' into pr/264
2016-12-02 10:21:21 +09:00
Naoyuki Kanezawa
fc369fa240
webpack: emit json and apply json-loader after emitting files ( #298 )
2016-12-01 17:46:49 -05:00
nkzawa
214c885b90
remove unnecessary escape character for lint
2016-12-01 20:54:17 +09:00
Frederick Fogerty
a13c6ccb11
Allow the pages directory to be in node_modules ( #318 )
2016-12-01 20:30:36 +09:00
Ian Mitchell
7a66870af9
Add Polling for Bash on Windows ( #302 )
...
* Add Polling for Bash on Windows
Fixes #166
* Add Windows Bash Dependency
2016-11-28 09:04:59 -05:00
Jonas Windey
10b815b9c9
Add react-require to avoid importing React ( #295 )
...
* Add react-require
* Add babel-plugin-react-require
2016-11-28 06:46:42 -05:00
Arunoda Susiripala
fcd59adea1
Add support for webpack's CommonsChunkPlugin and remove next bundle ( #301 )
...
* Add example app which demonstrate the problem.
* Add the first working version.
* Fix lint issues.
* Add README.md
* Use /_next/main.js as the main file URI
* Add the support for loading the core next bundle.
* Optimize the output by removing Next modules from pages.
* Use the same package.json as master use.
* Change the example repo's README for simpler instructions.
* Change example projects package.json to support next build and start.
* Change main.js into commons.js.
* Add support for hot core reload and errors.
* Introduce require based on eval-script.
* Add error reporting support with hot reloading.
* Update README.md
2016-11-28 09:15:56 +09:00
Naoyuki Kanezawa
c7ba914f52
Handle runtime errors ( #268 )
...
* display runtime errors by error-debug
* server: fix status
* render Error component on client error
* server: render runtime errors of error template
* server: handle errors of error template on render404
* server: add a comment
* server: refactor renderJSON
* recover from runtime errors
* _error: check if xhr exists
* _error: improve client error
* _error: improve error message
2016-11-24 23:03:16 +09:00
Naoyuki Kanezawa
a14cc66720
Remove webpack-dev-server ( #276 )
...
* remove webpack-dev-server
* webpack: fix publicPath
2016-11-23 10:32:49 -08:00
Chris Cunniff
880b71047b
fixes #175 , no longer sets process.env.NODE_ENV='production' or runs uglify in next dev mode ( #274 )
2016-11-18 16:26:17 +09:00
zpnk
e0455823a0
Add default utf-8 charset. ( #270 )
2016-11-17 15:06:54 -08:00
Jonathan Chan
1efd6b2f73
fix loader-utils spelling ( #265 )
2016-11-16 16:04:57 +09:00
Florian Didron
825d1878ff
Removes unecessary and undisplayed default message
2016-11-16 13:05:19 +09:00
Florian Didron
becf2f2a62
Adds friendly error plugin
2016-11-16 11:46:58 +09:00
Naoyuki Kanezawa
c60ed0b730
webpack: load modules from NODE_PATH too ( #233 )
...
* webpack: load modules from NODE_PATH too
* fix splitting NODE_PATH
2016-11-14 13:43:31 +09:00
nkzawa
e81de708b8
resolve dependency of pages/_error-debug from next root dir
2016-11-06 01:12:21 +09:00
Naoyuki Kanezawa
d1a0309af9
Add pathname and query to the argument of getInitialProps ( #194 )
...
* pass pathname and query to getInitialProps on both server and client
* README: describe about the contet object of getInitialProps
2016-11-04 01:05:03 -07:00
Naoyuki Kanezawa
e775721f34
Hot reload error page ( #190 )
...
* add detach-plugin
* detach-plugin: remove unused property
* watch-pages-plugin: replace _error.js when user defined one was added/removed
* dynamic-entry-plugin: delete cache
* fix HMR settings for _error.js
* render: pass error only on dev
* hot-reload: enable to hot-reload error page
* server: check if /_error has compilation errors
* webapck-dev-client: fix reloading /_error
2016-11-04 00:12:37 +09:00
nkzawa
a3548a6717
hot-reloader: remove fileSystem property
2016-11-01 01:15:50 +09:00
Naoyuki Kanezawa
f335c21c7c
hot-reload failed and succeeded chunks ( #167 )
2016-10-31 19:51:03 +09:00
nkzawa
ca161c375f
set babel plugins using absolute paths
2016-10-29 00:50:31 +09:00
nkzawa
990e39b13e
replace babel-plugin-module-alias with babel-plugin-module-resolver
2016-10-29 00:48:14 +09:00
Naoyuki Kanezawa
93d856706b
add cdn config ( #111 )
2016-10-28 23:38:24 +09:00
nodegin
e763dc731b
Fix #85 ( #97 )
2016-10-27 08:49:05 +09:00
nkzawa
42725614d9
fix WatchPagesPlugin to use webpack/hot/dev-server
2016-10-25 23:42:36 +09:00
nkzawa
a9c0ae3498
use webpack/hot/dev-server to full-reload on HMR errors
2016-10-25 22:51:44 +09:00
nkzawa
ba2e2aced9
webpack: fix loader exclude settings
2016-10-25 18:11:39 +09:00
nkzawa
7569ef6ca9
hot reload compilation errors
2016-10-25 00:20:50 +09:00
nkzawa
7ec46d512b
hot reload added/removed pages
2016-10-24 16:22:15 +09:00
nkzawa
301cd26235
dynamic-entry-plugin: improve
2016-10-24 11:38:55 +09:00
nkzawa
61dc5137f5
dynamic-entry-plugin: fix hasEntry
2016-10-24 10:55:25 +09:00
nkzawa
7dfc298859
Merge branch 'master' of https://github.com/zeit/next.js
2016-10-24 01:42:31 +09:00
nkzawa
07b95ae080
dynamically add/remove pages
2016-10-24 01:42:13 +09:00
Dan Zajdband
e164074f8e
Added glamor css ( #38 )
...
* Added glamor css
* Using pseudoclasses instead of calling functions
* Updated readme using style instead of default import for css
2016-10-21 09:39:20 -07:00
nkzawa
ec774a39da
refactor paths
2016-10-19 21:58:08 +09:00
nkzawa
2e2db37ccb
add error page for debug
2016-10-19 21:41:45 +09:00
nkzawa
400b75658b
write files even on error
2016-10-18 23:14:00 +09:00
nkzawa
f2d456b986
less logs to display on compile error
2016-10-18 18:33:49 +09:00
nkzawa
3c44137b9b
improve hot-reloading
2016-10-17 23:35:31 +09:00
nkzawa
8689af6480
server: tweak
2016-10-17 16:07:41 +09:00
nkzawa
ae5098599a
hot-reloader: refactoring
2016-10-17 16:05:46 +09:00
nkzawa
a40bba954b
remove .next before compiling
2016-10-17 12:55:33 +09:00
nkzawa
fb6f5d4382
change build directories structure
2016-10-17 12:55:09 +09:00
nkzawa
c697618e11
server/read: remove unused argument
2016-10-17 11:19:42 +09:00
nkzawa
1be8447a26
Merge branch 'master' into add/hot-reload
2016-10-17 11:10:16 +09:00
nkzawa
9b585e91d8
move loaders
2016-10-17 10:57:51 +09:00
nkzawa
577e2c27a7
use webpack for transpiling too
2016-10-17 10:54:36 +09:00
Dan Zajdband
1477734211
Added linting using standard ( #27 )
...
* Added linting using standard
* Linting on test
2016-10-16 17:00:17 -07:00
Dan Zajdband
7a331084dc
Reverting default props for errors. ( #12 )
2016-10-16 15:44:26 -07:00