mirror of
https://github.com/jcreek/SelectionWheel.git
synced 2026-07-12 18:53:45 +00:00
feat(*): Add privacy policy
This commit is contained in:
@@ -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),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user