mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Uses npm for website, hosts playground runner on https://isolated-playground.github.io for better isolation. (#5034)
This commit is contained in:
parent
e2764eac56
commit
a30f4f9920
6 changed files with 6523 additions and 3629 deletions
|
|
@ -90,11 +90,6 @@ module.exports = {
|
|||
filename: "playground.html",
|
||||
templateContent: getHtml(),
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
chunks: ["playgroundRunner"],
|
||||
filename: "playgroundRunner.html",
|
||||
templateContent: getHtml(),
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
chunks: ["index"],
|
||||
filename: "docs.html",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue