mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-11 23:32:30 +02:00
chore(v2): Joi cyclic dep warning (#4464)
This commit is contained in:
parent
9117a5b7df
commit
962c3748ea
6 changed files with 12 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
// /!\ don't remove this export, as we recommend plugin authors to use it
|
||||
export {default as Joi} from 'joi';
|
||||
export {default as Joi} from './Joi';
|
||||
|
||||
export * from './validationUtils';
|
||||
export * from './validationSchemas';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue