1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

move getDomain to jslib

This commit is contained in:
Kyle Spearrin
2018-10-13 23:26:38 -04:00
parent 65211372df
commit 6e9f71f942
5 changed files with 7 additions and 7 deletions

View File

@@ -172,6 +172,7 @@ const config = {
extensions: ['.ts', '.js'],
alias: {
jslib: path.join(__dirname, 'jslib/src'),
tldjs: path.join(__dirname, 'jslib/src/misc/tldjs.noop'),
},
symlinks: false,
modules: [path.resolve('node_modules')],