mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-04-29 13:15:32 +08:00
feat: add welcome page
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user