mirror of
https://github.com/zhigang1992/xverse-web-extension.git
synced 2026-04-30 21:52:45 +08:00
init sats-connect integration
This commit is contained in:
@@ -30,7 +30,7 @@ var options = {
|
||||
|
||||
entry: {
|
||||
background: path.join(SRC_ROOT_PATH, 'background', 'background.ts'),
|
||||
inpage: path.join(SRC_ROOT_PATH, 'inpage', 'inpage.ts'),
|
||||
inpage: path.join(SRC_ROOT_PATH, 'inpage', 'index.ts'),
|
||||
'content-script': path.join(SRC_ROOT_PATH, 'content-scripts', 'content-script.ts'),
|
||||
options: path.join(SRC_ROOT_PATH, 'pages', 'Options', 'index.tsx'),
|
||||
popup: path.join(SRC_ROOT_PATH, 'pages', 'Popup', 'index.tsx'),
|
||||
|
||||
Reference in New Issue
Block a user