Revert "feat: add welcome page"

This reverts commit 57c16a734d.
This commit is contained in:
Fara Woolf
2022-01-11 14:49:56 -06:00
parent 97b16c1f50
commit 4b7859a4f9
23 changed files with 260 additions and 336 deletions

View File

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