mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
[TypeScript] Convert background entry script to TypeScript (#419)
* Convert background entry file to typescript. Remove global forge & tldjs variables. * Minor cleanup.
This commit is contained in:
committed by
Kyle Spearrin
parent
97b509e1f6
commit
81fcfb4f6f
@@ -12,7 +12,7 @@ const isVendorModule = (module) => {
|
||||
module.exports = {
|
||||
entry: {
|
||||
'popup/app': './src/popup/app/app.js',
|
||||
'background': './src/background.js',
|
||||
'background': './src/background.ts',
|
||||
'content/autofill': './src/content/autofill.js',
|
||||
'content/autofiller': './src/content/autofiller.js',
|
||||
'content/notificationBar': './src/content/notificationBar.js',
|
||||
|
||||
Reference in New Issue
Block a user