1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples
Arunoda Susiripala 57e9a5e5f6 Find custom babel config location properly. (#969)
* Find custom babel config location properly.
Earlier we simply check for the .bablerc file in the dir.
But the actual logic is much complex.
Now we are using the babel's actual logic to find the
custom config location.

* Fix failing tests.
2017-02-03 14:33:35 +09:00
..
basic-css Fix link (#789) 2017-01-16 18:23:24 -03:00
custom-server Allow parsed url to be passed down (#950) 2017-02-02 12:21:08 +05:30
custom-server-express Fix link (#789) 2017-01-16 18:23:24 -03:00
custom-server-hapi Fix link (#789) 2017-01-16 18:23:24 -03:00
custom-server-koa Fix koa-404 issue by adding res.statusCode to 200 (#815) 2017-01-18 00:45:29 -03:00
data-fetch Updated <Link> in repo, always wrapping an anchor. (#798) 2017-01-16 22:27:55 +01:00
head-elements Fix link (#789) 2017-01-16 18:23:24 -03:00
hello-world Updated <Link> in repo, always wrapping an anchor. (#798) 2017-01-16 22:27:55 +01:00
layout-component Updated <Link> in repo, always wrapping an anchor. (#798) 2017-01-16 22:27:55 +01:00
nested-components Fix link (#789) 2017-01-16 18:23:24 -03:00
parameterized-routing Fix link (#789) 2017-01-16 18:23:24 -03:00
shared-modules Fix link (#789) 2017-01-16 18:23:24 -03:00
ssr-caching Fix link (#789) 2017-01-16 18:23:24 -03:00
using-inferno Updated <Link> in repo, always wrapping an anchor. (#798) 2017-01-16 22:27:55 +01:00
using-preact Updated <Link> in repo, always wrapping an anchor. (#798) 2017-01-16 22:27:55 +01:00
using-router Updated <Link> in repo, always wrapping an anchor. (#798) 2017-01-16 22:27:55 +01:00
with-amp Added Google AMP example (#793) 2017-01-24 05:20:56 -08:00
with-aphrodite Fix link (#789) 2017-01-16 18:23:24 -03:00
with-apollo Remove yarn.lock from examples (#912) 2017-01-29 05:48:53 +05:30
with-custom-babel-config Fix link (#789) 2017-01-16 18:23:24 -03:00
with-cxs Fix link (#789) 2017-01-16 18:23:24 -03:00
with-fela Example using Fela (#863) 2017-01-23 20:29:15 -03:00
with-flow simpler flow task (#857) 2017-01-23 22:19:14 -08:00
with-glamor Fix link (#789) 2017-01-16 18:23:24 -03:00
with-jest Fix link (#789) 2017-01-16 18:23:24 -03:00
with-loading Make sure lastAppProps always have some value. (#829) 2017-01-20 11:33:46 -08:00
with-mobx Remove yarn.lock from examples (#912) 2017-01-29 05:48:53 +05:30
with-prefetching Fix link (#789) 2017-01-16 18:23:24 -03:00
with-react-md examples/with-react-md: Fixed "Cannot read property 'focus' of undefined" (#961) 2017-02-02 22:56:07 +01:00
with-redux examples/with-redux: remove global store (#908) 2017-01-27 18:33:42 -08:00
with-styled-components Update styled-component docs (#841) 2017-01-21 22:24:17 +01:00
with-styled-jsx-postcss Fix link (#789) 2017-01-16 18:23:24 -03:00
with-styletron Fix link (#789) 2017-01-16 18:23:24 -03:00
.babelrc Find custom babel config location properly. (#969) 2017-02-03 14:33:35 +09:00
.gitignore Remove yarn.lock from examples (#912) 2017-01-29 05:48:53 +05:30