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
Telegin Evgeniy 6cdd7cb291 Update with-absolute-imports example to Babel 7 (#4610)
Hello!

I have updated `babel-plugin-module-resolver` to `^3.1.1` and moved it to `devDependencies` in [with-absolute-imports](https://github.com/zeit/next.js/tree/canary/examples/with-absolute-imports) example to make it work with Babel 7 :)

## Error logs
```
zhenyatelegin@MBP-Zhenya  ~/Desktop/next.js/examples/with-absolute-imports   canary  yarn build
yarn run v1.5.1
warning package.json: No license field
$ next build
> Failed to build
{ Error: (client) ./pages/index.js
Module build failed: Error: Cannot find module 'babel-plugin-module-resolver' from '/Users/zhenyatelegin/Desktop/next.js/examples/with-absolute-imports'
    at Function.module.exports [as sync] (/Users/zhenyatelegin/Desktop/next.js/node_modules/resolve/lib/sync.js:40:15)
    at resolveStandardizedName (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/files/plugins.js:78:29)
    at resolvePlugin (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/files/plugins.js:27:10)
    at loadPlugin (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/files/plugins.js:35:18)
    at createDescriptor (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:152:21)
    at /Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:104:12
    at Array.map (<anonymous>)
    at createDescriptors (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:103:27)
    at createPluginDescriptors (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:99:10)
    at /Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:50:19
    at plugins (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:40:25)
    at mergeChainOpts (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-chain.js:296:68)
    at /Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-chain.js:251:7
    at buildRootChain (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-chain.js:85:20)
    at loadPrivatePartialConfig (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/partial.js:41:53)
    at Object.loadPartialConfig (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/partial.js:66:16)
 @ multi ./pages/index.js
    at /Users/zhenyatelegin/Desktop/next.js/dist/server/build/index.js:144:31
    at runWithDependencies (/Users/zhenyatelegin/Desktop/next.js/node_modules/webpack/lib/MultiCompiler.js:154:4)
    at /Users/zhenyatelegin/Desktop/next.js/node_modules/async/dist/async.js:1140:9
    at /Users/zhenyatelegin/Desktop/next.js/node_modules/async/dist/async.js:473:16
    at iteratorCallback (/Users/zhenyatelegin/Desktop/next.js/node_modules/async/dist/async.js:1064:13)
    at /Users/zhenyatelegin/Desktop/next.js/node_modules/async/dist/async.js:969:16
    at /Users/zhenyatelegin/Desktop/next.js/node_modules/async/dist/async.js:1137:13
    at runCompilers (/Users/zhenyatelegin/Desktop/next.js/node_modules/webpack/lib/MultiCompiler.js:96:47)
    at fn (/Users/zhenyatelegin/Desktop/next.js/node_modules/webpack/lib/MultiCompiler.js:101:6)
    at compiler.run (/Users/zhenyatelegin/Desktop/next.js/node_modules/webpack/lib/MultiCompiler.js:150:5)
    at emitRecords.err (/Users/zhenyatelegin/Desktop/next.js/node_modules/webpack/lib/Compiler.js:265:13)
    at Compiler.emitRecords (/Users/zhenyatelegin/Desktop/next.js/node_modules/webpack/lib/Compiler.js:371:38)
    at emitAssets.err (/Users/zhenyatelegin/Desktop/next.js/node_modules/webpack/lib/Compiler.js:258:10)
    at applyPluginsAsyncSeries1.err (/Users/zhenyatelegin/Desktop/next.js/node_modules/webpack/lib/Compiler.js:364:12)
    at next (/Users/zhenyatelegin/Desktop/next.js/node_modules/tapable/lib/Tapable.js:218:11)
    at Compiler.compiler.plugin (/Users/zhenyatelegin/Desktop/next.js/node_modules/webpack/lib/performance/SizeLimitsPlugin.js:99:4)
  errors:
   [ '(client) ./pages/index.js\nModule build failed: Error: Cannot find module \'babel-plugin-module-resolver\' from \'/Users/zhenyatelegin/Desktop/next.js/examples/with-absolute-imports\'\n    at Function.module.exports [as sync] (/Users/zhenyatelegin/Desktop/next.js/node_modules/resolve/lib/sync.js:40:15)\n    at resolveStandardizedName (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/files/plugins.js:78:29)\n    at resolvePlugin (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/files/plugins.js:27:10)\n    at loadPlugin (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/files/plugins.js:35:18)\n    at createDescriptor (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:152:21)\n    at /Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:104:12\n    at Array.map (<anonymous>)\n    at createDescriptors (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:103:27)\n    at createPluginDescriptors (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:99:10)\n    at /Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:50:19\n    at plugins (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:40:25)\n    at mergeChainOpts (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-chain.js:296:68)\n    at /Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-chain.js:251:7\n    at buildRootChain (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-chain.js:85:20)\n    at loadPrivatePartialConfig (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/partial.js:41:53)\n    at Object.loadPartialConfig (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/partial.js:66:16)\n @ multi ./pages/index.js',
     '(server) ./pages/index.js\nModule build failed: Error: Cannot find module \'babel-plugin-module-resolver\' from \'/Users/zhenyatelegin/Desktop/next.js/examples/with-absolute-imports\'\n    at Function.module.exports [as sync] (/Users/zhenyatelegin/Desktop/next.js/node_modules/resolve/lib/sync.js:40:15)\n    at resolveStandardizedName (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/files/plugins.js:78:29)\n    at resolvePlugin (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/files/plugins.js:27:10)\n    at loadPlugin (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/files/plugins.js:35:18)\n    at createDescriptor (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:152:21)\n    at /Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:104:12\n    at Array.map (<anonymous>)\n    at createDescriptors (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:103:27)\n    at createPluginDescriptors (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:99:10)\n    at /Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:50:19\n    at plugins (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-descriptors.js:40:25)\n    at mergeChainOpts (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-chain.js:296:68)\n    at /Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-chain.js:251:7\n    at buildRootChain (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/config-chain.js:85:20)\n    at loadPrivatePartialConfig (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/partial.js:41:53)\n    at Object.loadPartialConfig (/Users/zhenyatelegin/Desktop/next.js/node_modules/@babel/core/lib/config/partial.js:66:16)\n @ multi ./pages/index.js' ],
  warnings: [] }
error An unexpected error occurred: "Command failed.
Exit code: 1
Command: sh
Arguments: -c next build
Directory: /Users/zhenyatelegin/Desktop/next.js/examples/with-absolute-imports
Output:
".
info If you think this is a bug, please open a bug report with the information provided in "/Users/zhenyatelegin/Desktop/next.js/examples/with-absolute-imports/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
```
2018-06-15 11:10:25 +02:00
..
active-class-name Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
basic-css Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
basic-export Add basic export example 2018-05-01 19:06:06 -07:00
custom-charset Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
custom-server Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
custom-server-actionhero Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
custom-server-express Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
custom-server-fastify Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
custom-server-hapi Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
custom-server-koa Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
custom-server-micro Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
custom-server-nodemon Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
custom-server-polka Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
custom-server-typescript Update typescript examples to use 1.0.1 of next-typescript (#4472) 2018-05-25 11:28:35 +02:00
data-fetch Fix class name in data-fetch example (#4358) 2018-05-13 18:12:03 +02:00
form-handler Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
gh-pages Upgrade gh-pages example to next 6.0.3 (#4575) 2018-06-10 13:08:52 +02:00
head-elements Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
hello-world Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
layout-component Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
nested-components Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
only-client-render-external-dependencies Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
page-transitions Remove page-transitions example 2018-05-25 14:19:40 +02:00
parameterized-routing Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
pass-server-data Update pass-server-data example [ci skip] (#4362) 2018-05-14 00:00:03 +02:00
progressive-render Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
root-static-files Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
shared-modules Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
ssr-caching Update ssr-caching example (#4363) 2018-05-14 00:00:37 +02:00
svg-components Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
using-inferno Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
using-nerv Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
using-preact fix(examples/using-preact): use latest next-preact (#4152) 2018-04-14 07:49:06 +02:00
using-router Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
using-with-router Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-absolute-imports Update with-absolute-imports example to Babel 7 (#4610) 2018-06-15 11:10:25 +02:00
with-algolia-react-instantsearch Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-amp stop duplicating charset (#4546) 2018-06-06 14:23:20 +02:00
with-ant-design Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-ant-design-less Added example for Ant Design with LESS (#4520) 2018-06-07 13:14:27 +02:00
with-antd-mobile Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-aphrodite Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-apollo Remove unused import (patch) (#4493) 2018-05-29 19:33:21 +02:00
with-apollo-and-redux Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-apollo-and-redux-saga Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-apollo-auth [with-apollo-auth] simplify apolloState prop (#4563) 2018-06-08 11:48:10 +02:00
with-app-layout Add _app layout example 2018-04-24 12:31:26 -07:00
with-asset-imports Update with-asset-imports [ci skip] (#4365) 2018-05-14 00:29:39 +02:00
with-babel-macros Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-cerebral Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-componentdidcatch Fix and improve example : with-componentdidcatch (#4400) 2018-05-18 10:51:11 +02:00
with-configured-preset-env Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-custom-babel-config Fix example with-custom-babel-config: update to Babel 7 (#4349) 2018-05-13 00:47:56 +02:00
with-custom-reverse-proxy Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-cxs Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-data-prefetch Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-docker Update package.json in with-docker example (#4359) 2018-05-13 18:10:00 +02:00
with-dotenv Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-draft-js Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-dynamic-import Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-electron Update with-electron example (#4386) 2018-05-16 10:49:13 +02:00
with-emotion Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-emotion-fiber Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-external-scoped-css Deprecate css examples 2018-01-31 11:19:34 +01:00
with-fela Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-firebase-authentication Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-firebase-hosting with-firebase-hosting: fix npm scripts, remove firebase.json predeploy scripts (#4593) 2018-06-12 17:37:13 +02:00
with-firebase-hosting-and-typescript Update typescript examples to use 1.0.1 of next-typescript (#4472) 2018-05-25 11:28:35 +02:00
with-flow Add eslint parser to avoid errors in IDE. (#4297) 2018-05-07 21:11:14 +02:00
with-freactal Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-glamor Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-glamorous Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-global-stylesheet Update babel-plugin-module-resolver version in with-global-stylesheet (#4360) 2018-05-13 18:09:25 +02:00
with-global-stylesheet-simple Update README in with-global-stylesheet-simple [ci skip] (#4361) 2018-05-13 18:08:44 +02:00
with-google-analytics Add with-google-analytics example (#4036) 2018-03-29 17:03:28 +02:00
with-hashed-statics Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-higher-order-component Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-i18next Fix "with-i18next" example (#4393) 2018-05-16 12:10:01 +02:00
with-immutable-redux-wrapper Add Example of Redux Wrapper with Immutable.js (#4327) 2018-05-10 19:40:21 +02:00
with-ioc Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-jest Fix with-jest example (#4278) 2018-05-05 05:36:59 -07:00
with-jest-typescript Upgrade with-jest-typescript example to next 6.0.0 (#4543) 2018-06-06 10:31:21 +02:00
with-kea Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-loading Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-markdown Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-material-ui 📝️Restructure with-material-ui per #4439 (#4444) 2018-05-21 22:14:31 +02:00
with-mobx Fix with-mobx example (#4394) 2018-05-16 10:20:13 +02:00
with-mobx-state-tree Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-next-css Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-next-less Add with-next-less example (#4492) 2018-05-29 10:37:03 +02:00
with-next-page-transitions Add example with next-page-transitions (#4404) 2018-05-17 12:47:19 +02:00
with-next-routes Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-next-sass Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-noscript Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-now-env Prevent now-env from running in production (#4259) 2018-05-04 22:14:59 -07:00
with-pkg fix(with-pkg): update pkg config for next.js (#4307) 2018-05-08 11:52:52 +02:00
with-polyfills Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-portals Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-prefetching Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-pretty-url-routing Add license section in with-pretty-url-routing [ci skip] (#4366) 2018-05-14 01:40:08 +02:00
with-react-ga Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-react-helmet Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-react-i18next [with-react-i18next] Fix flickering on page change via <Link /> (#4318) 2018-05-09 15:06:37 +02:00
with-react-intl fixes bug in with-react-intl example: messages and locale variables were undefined on CSR (#4517) 2018-06-01 23:16:11 +02:00
with-react-md Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-react-native-web added support flex: 1 and and tag support Dimensions (#4460) 2018-05-23 22:47:16 +02:00
with-react-toolbox Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-react-uwp Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-react-with-styles Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-reasonml with-reasonml: better setup (#4218) 2018-04-27 08:24:46 -07:00
with-rebass Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-recompose Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-redux Clean up Redux example (#4594) 2018-06-13 14:40:59 +02:00
with-redux-code-splitting Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-redux-observable Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-redux-reselect-recompose Merge branch 'canary' 2018-04-29 11:43:37 -07:00
with-redux-saga Improve with-redux-saga example (#4392) 2018-05-16 10:47:12 +02:00
with-redux-wrapper Support _app approach for upgraded Redux Wrapper (#4207) 2018-05-08 14:57:41 +02:00
with-reflux Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-refnux Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-relay-modern Relay modern example fixes (#4120) 2018-04-07 12:41:26 +02:00
with-rematch Added example for usage with rematch (#4095) 2018-04-18 14:03:24 +02:00
with-scoped-stylesheets-and-postcss Deprecate css examples 2018-01-31 11:19:34 +01:00
with-segment-analytics Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-semantic-ui Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-sentry Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-shallow-routing Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-sitemap-and-robots-express-server sitemap.xml and robots.txt example (#4163) 2018-05-25 14:01:32 +02:00
with-socket.io Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-static-export Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-styled-components with-styled-components: Move babel plugin to dev dependency (#4602) 2018-06-14 14:33:41 +02:00
with-styled-jsx-plugins Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-styled-jsx-postcss Make styled-jsx configurable (#3050) 2017-10-15 19:54:57 +02:00
with-styled-jsx-scss Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-styletron Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-sw-precache Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-tailwindcss Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-typescript Update typescript examples to use 1.0.1 of next-typescript (#4472) 2018-05-25 11:28:35 +02:00
with-universal-configuration Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-universal-configuration-runtime Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-url-object-routing Update with-url-object-routing (#4314) 2018-05-16 12:35:27 +02:00
with-videojs added example of integration with videojs (#4139) 2018-04-12 12:22:37 +02:00
with-webpack-bundle-analyzer Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-webpack-bundle-size-analyzer Examples: stabalise README format and create-next-app usage (#4009) 2018-04-03 14:19:05 +02:00
with-zones fix README typo (#4476) 2018-05-26 12:11:09 +02:00
.babelrc Add componentDidCatch example 2018-04-23 14:22:36 -07:00
.gitignore Remove yarn.lock from examples (#912) 2017-01-29 05:48:53 +05:30