mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 01:15:58 +00:00
docs(schema): fix typo (#2871)
This commit is contained in:
parent
e0cf2d7b5d
commit
a53246a1a4
@ -436,7 +436,7 @@ export default {
|
|||||||
* Each item in transpile can be a package name, a function, a string or regex object matching the
|
* Each item in transpile can be a package name, a function, a string or regex object matching the
|
||||||
* dependency's file name.
|
* dependency's file name.
|
||||||
*
|
*
|
||||||
* Tou can also use a function to conditionally transpile, the function will receive a object ({ isDev, isServer, isClient, isModern, isLegacy }).
|
* You can also use a function to conditionally transpile. The function will receive an object ({ isDev, isServer, isClient, isModern, isLegacy }).
|
||||||
*
|
*
|
||||||
* @example
|
* @example
|
||||||
* ```js
|
* ```js
|
||||||
|
Loading…
Reference in New Issue
Block a user