update docusaurus to v2.0.0-beta.21

Reviewed By: passy

Differential Revision: D37377632

fbshipit-source-id: 3cb3f9801db393dfb4b6fef6c92f758a8be55e84
This commit is contained in:
Anton Kastritskiy
2022-06-23 08:41:12 -07:00
committed by Facebook GitHub Bot
parent 912c24e039
commit 2d4ae3961a
5 changed files with 2876 additions and 2462 deletions

View File

@@ -16,9 +16,7 @@ module.exports = function(context, options) {
resolve: {
symlinks: false
},
devServer: {
watchOptions: { followSymlinks: false }
}
watchOptions: { followSymlinks: false },
};
}
};