forked from projectmoon/tenebrous-dicebot
Change page title.
This commit is contained in:
parent
ddb8eae185
commit
ab8bc0f25d
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue