feat: add welcome page

This commit is contained in:
fbwoolf
2021-12-21 19:21:35 -06:00
committed by Fara Woolf
parent 6aafe8964a
commit 57c16a734d
23 changed files with 336 additions and 260 deletions

View File

@@ -154,8 +154,8 @@ const config = {
contextRegExp: /bip39\/src$/,
}),
new HtmlWebpackPlugin({
template: path.join(SRC_ROOT_PATH, '../', 'public', 'html', 'extension.html'),
filename: 'extension.html',
template: path.join(SRC_ROOT_PATH, '../', 'public', 'html', 'index.html'),
filename: 'index.html',
...HTML_PROD_OPTIONS,
}),
new HtmlWebpackPlugin({
@@ -164,8 +164,8 @@ const config = {
...HTML_PROD_OPTIONS,
}),
new HtmlWebpackPlugin({
template: path.join(SRC_ROOT_PATH, '../', 'public', 'html', 'index.html'),
filename: 'index.html',
template: path.join(SRC_ROOT_PATH, '../', 'public', 'html', 'popup-center.html'),
filename: 'popup-center.html',
...HTML_PROD_OPTIONS,
}),
new GenerateJsonPlugin(