Uses npm for website, hosts playground runner on https://isolated-playground.github.io for better isolation. (#5034)

This commit is contained in:
Henning Dieterichs 2025-10-09 19:05:34 +02:00 committed by GitHub
parent e2764eac56
commit a30f4f9920
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6523 additions and 3629 deletions

View file

@ -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",