feat(*): Add privacy policy

This commit is contained in:
Josh Creek
2022-10-08 16:20:46 +01:00
parent eb449b0e62
commit 797d04c403
2 changed files with 121 additions and 0 deletions
+6
View File
@@ -86,6 +86,12 @@ module.exports = {
filename: 'index.html',
template: 'src/template.html',
}),
new HtmlWebpackPlugin({
inject: 'body',
title: 'Selection Wheel - the funnest way to make decisions',
filename: 'privacy-policy.html',
template: 'src/privacy.html',
}),
new InlineChunkHtmlPlugin(HtmlWebpackPlugin, [/.*/]),
new WebpackManifestPlugin(options),
],