refactor: remove deprecated Webpack utils & validation escape hatch (#6740)

This commit is contained in:
Joshua Chen 2022-02-23 18:40:58 +08:00 committed by GitHub
parent 051380aa4b
commit 9562a5d203
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 7 additions and 90 deletions

View file

@ -10,8 +10,6 @@ export {default as Joi} from './Joi';
export {JoiFrontMatter} from './JoiFrontMatter';
export {
isValidationDisabledEscapeHatch,
logValidationBugReportHint,
printWarning,
normalizePluginOptions,
normalizeThemeConfig,