Skip to content

Commit 7664689

Browse files
fix(overmind-devtools): rename app to Overmind Devtools
1 parent 496d73f commit 7664689

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/node_modules/overmind-devtools/webpack.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,9 @@ module.exports = {
3636
resolve: {
3737
extensions: ['.js', '.tsx', '.ts'],
3838
},
39-
plugins: [new HtmlWebpackPlugin()],
39+
plugins: [
40+
new HtmlWebpackPlugin({
41+
title: 'Overmind Devtools',
42+
}),
43+
],
4044
}

0 commit comments

Comments
 (0)