mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Make links text
This commit is contained in:
parent
cdbbe928b2
commit
70295f2e87
10
readme.md
10
readme.md
|
@ -1068,11 +1068,11 @@ module.exports = {
|
||||||
|
|
||||||
Some commonly asked for features are available as modules:
|
Some commonly asked for features are available as modules:
|
||||||
|
|
||||||
- ![@zeit/next-css](https://github.com/zeit/next-plugins/tree/master/packages/next-css)
|
- [@zeit/next-css](https://github.com/zeit/next-plugins/tree/master/packages/next-css)
|
||||||
- ![@zeit/next-sass](https://github.com/zeit/next-plugins/tree/master/packages/next-sass)
|
- [@zeit/next-sass](https://github.com/zeit/next-plugins/tree/master/packages/next-sass)
|
||||||
- ![@zeit/next-less](https://github.com/zeit/next-plugins/tree/master/packages/next-less)
|
- [@zeit/next-less](https://github.com/zeit/next-plugins/tree/master/packages/next-less)
|
||||||
- ![@zeit/next-preact](https://github.com/zeit/next-plugins/tree/master/packages/next-preact)
|
- [@zeit/next-preact](https://github.com/zeit/next-plugins/tree/master/packages/next-preact)
|
||||||
- ![@zeit/next-typescript](https://github.com/zeit/next-plugins/tree/master/packages/next-typescript)
|
- [@zeit/next-typescript](https://github.com/zeit/next-plugins/tree/master/packages/next-typescript)
|
||||||
|
|
||||||
*Warning: The `webpack` function is executed twice, once for the server and once for the client. This allows you to distinguish between client and server configuration using the `isServer` property*
|
*Warning: The `webpack` function is executed twice, once for the server and once for the client. This allows you to distinguish between client and server configuration using the `isServer` property*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue