diff --git a/website/webpack.config.ts b/website/webpack.config.ts index b4d5dfdf..ecc55718 100644 --- a/website/webpack.config.ts +++ b/website/webpack.config.ts @@ -111,7 +111,9 @@ module.exports = { patterns: [{ from: "./static", to: "./" }], }), new CopyPlugin({ - patterns: [{ from: "./typedoc/dist", to: "./typedoc/" }], + patterns: [ + { from: "./typedoc/dist", to: "./typedoc/", noErrorOnMissing: true }, + ], }), new CopyPlugin({ patterns: [