chore(*): Add assets

This commit is contained in:
Josh Creek
2022-12-17 15:19:35 +00:00
parent 2b4cbd84ef
commit f66045cf24
8 changed files with 2 additions and 0 deletions
+1
View File
@@ -82,6 +82,7 @@ module.exports = {
plugins: [
new HtmlWebpackPlugin({
inject: 'body',
title: 'Bank Statement Analyser',
filename: 'index.html',
template: 'src/template.html',
}),