mirror of
https://github.com/facebook/docusaurus.git
synced 2026-05-06 07:56:39 -04:00
docs(plugin-api): remove unimplemented dev server hooks (#11867)
This commit is contained in:
@@ -75,16 +75,6 @@ export default async function myPlugin(context, opts) {
|
||||
// docusaurus <start> finish
|
||||
},
|
||||
|
||||
// TODO
|
||||
afterDevServer(app, server) {
|
||||
// https://webpack.js.org/configuration/dev-server/#devserverbefore
|
||||
},
|
||||
|
||||
// TODO
|
||||
beforeDevServer(app, server) {
|
||||
// https://webpack.js.org/configuration/dev-server/#devserverafter
|
||||
},
|
||||
|
||||
configureWebpack(config, isServer, utils, content) {
|
||||
// Modify internal webpack config. If returned value is an Object, it
|
||||
// will be merged into the final config using webpack-merge;
|
||||
|
||||
Reference in New Issue
Block a user