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

jslib as a submodule

This commit is contained in:
Kyle Spearrin
2018-02-19 16:06:26 -05:00
parent 70f8f2f0e4
commit 3f1e121c9c
8 changed files with 17 additions and 74 deletions

View File

@@ -24,7 +24,7 @@ const common = {
resolve: {
extensions: ['.tsx', '.ts', '.js'],
alias: {
jslib: path.join(__dirname, 'node_modules/@bitwarden/jslib/src')
jslib: path.join(__dirname, 'jslib/src')
}
},
output: {