mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Prevent dev server crash when typedoc output missing
cgen-6f6fb35fcc37456497de52e96b7c2af8
This commit is contained in:
parent
dfd2848f76
commit
a97df64813
1 changed files with 3 additions and 1 deletions
|
|
@ -111,7 +111,9 @@ module.exports = {
|
||||||
patterns: [{ from: "./static", to: "./" }],
|
patterns: [{ from: "./static", to: "./" }],
|
||||||
}),
|
}),
|
||||||
new CopyPlugin({
|
new CopyPlugin({
|
||||||
patterns: [{ from: "./typedoc/dist", to: "./typedoc/" }],
|
patterns: [
|
||||||
|
{ from: "./typedoc/dist", to: "./typedoc/", noErrorOnMissing: true },
|
||||||
|
],
|
||||||
}),
|
}),
|
||||||
new CopyPlugin({
|
new CopyPlugin({
|
||||||
patterns: [
|
patterns: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue