Use new extension setup process

This commit is contained in:
Carlos Quintana
2022-05-17 12:31:47 +02:00
parent 2a8c23d736
commit af7333cdc8
9 changed files with 276 additions and 481 deletions
-2
View File
@@ -17,7 +17,6 @@ const config = {
entry: {
'background': './background/index.js',
'popup/popup': './popup/popup.js',
'onboarding/index': './onboarding/index.js',
},
output: {
path: __dirname + '/dist',
@@ -88,7 +87,6 @@ const config = {
{ from: 'images', to: 'images' },
{ from: 'content_script', to: 'content_script' },
{ from: 'popup/popup.html', to: 'popup/popup.html', transform: transformHtml },
{ from: 'onboarding/index.html', to: 'onboarding/index.html' },
{
from: 'manifest.json',
to: 'manifest.json',