forked from projectmoon/tenebrous-dicebot
Change page title.
This commit is contained in:
parent
ddb8eae185
commit
ab8bc0f25d
|
@ -17,7 +17,9 @@ module.exports = {
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
new CleanWebpackPlugin(),
|
new CleanWebpackPlugin(),
|
||||||
new HtmlWebpackPlugin(),
|
new HtmlWebpackPlugin({
|
||||||
|
title: 'Tenebrous'
|
||||||
|
}),
|
||||||
new WasmPackPlugin({
|
new WasmPackPlugin({
|
||||||
crateDirectory: path.resolve(__dirname, "crate"),
|
crateDirectory: path.resolve(__dirname, "crate"),
|
||||||
outDir: path.resolve(__dirname, "pkg"),
|
outDir: path.resolve(__dirname, "pkg"),
|
||||||
|
|
Loading…
Reference in New Issue