Change page title.

This commit is contained in:
projectmoon 2021-06-07 22:40:47 +00:00
parent ddb8eae185
commit ab8bc0f25d
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ module.exports = {
plugins: [
new CleanWebpackPlugin(),
new HtmlWebpackPlugin(),
new HtmlWebpackPlugin({
title: 'Tenebrous'
}),
new WasmPackPlugin({
crateDirectory: path.resolve(__dirname, "crate"),
outDir: path.resolve(__dirname, "pkg"),