1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

autofill animations

This commit is contained in:
Kyle Spearrin
2017-11-02 16:46:40 -04:00
parent 7c3b612f3f
commit 4d0c27d1f8
3 changed files with 45 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ module.exports = {
{ from: './src/overlay', to: 'overlay' },
{ from: './src/scripts', to: 'scripts' },
{ from: './src/services', to: 'services' },
{ from: './src/content/autofill.css', to: 'content' },
'./src/background.js'
])
],