add "create random alias" to context menu

This commit is contained in:
ngxson
2020-07-28 12:07:45 +02:00
parent 01e121b871
commit 470b547c64
6 changed files with 160 additions and 55 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const config = {
mode: process.env.NODE_ENV,
context: __dirname + '/src',
entry: {
'background': './background.js',
'background': './background/index.js',
'popup/popup': './popup/popup.js',
},
output: {