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

re-use various angular bits in jslib

This commit is contained in:
Kyle Spearrin
2018-04-04 08:30:14 -04:00
parent 3af510b154
commit def6bd7874
14 changed files with 14 additions and 216 deletions

View File

@@ -52,7 +52,9 @@ const common = {
extensions: ['.tsx', '.ts', '.js'],
alias: {
jslib: path.join(__dirname, 'jslib/src')
}
},
symlinks: false,
modules: [path.resolve('node_modules')]
},
output: {
filename: '[name].js',