1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

test web crypto pbkdf2

This commit is contained in:
Kyle Spearrin
2018-04-17 17:56:41 -04:00
parent 9ac6f5db1f
commit 5ed0edf867
3 changed files with 99 additions and 3 deletions

View File

@@ -58,7 +58,8 @@ module.exports = function(config) {
module: 'CommonJS'
},
bundlerOptions: {
entrypoints: /\.spec\.ts$/
entrypoints: /\.spec\.ts$/,
sourceMap: true
}
},
})