1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-01 04:37:40 +02:00

add alias for tldjs on main

This commit is contained in:
Kyle Spearrin 2018-10-13 23:21:54 -04:00
parent fcf16dfde6
commit 6246a11ea0

View File

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