refactor: add migration step

This commit is contained in:
kyranjamie
2022-01-24 12:28:01 +01:00
committed by kyranjamie
parent 2a35a718fe
commit 4bcfc30212
43 changed files with 1886 additions and 955 deletions

View File

@@ -77,7 +77,7 @@ const config = {
inpage: path.join(SRC_ROOT_PATH, 'inpage', 'inpage.ts'),
'content-script': path.join(SRC_ROOT_PATH, 'content-scripts', 'content-script.ts'),
index: path.join(SRC_ROOT_PATH, 'app', 'index.tsx'),
'decryption-worker': path.join(SRC_ROOT_PATH, 'background/workers/decryption-worker.ts'),
'decryption-worker': path.join(SRC_ROOT_PATH, 'shared/workers/decryption-worker.ts'),
},
output: {
path: DIST_ROOT_PATH,