mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
import ts through node_modules alias
This commit is contained in:
@@ -103,7 +103,10 @@ module.exports = {
|
||||
])
|
||||
],
|
||||
resolve: {
|
||||
extensions: ['.tsx', '.ts', '.js']
|
||||
extensions: ['.tsx', '.ts', '.js'],
|
||||
alias: {
|
||||
jslib: path.join(__dirname, 'node_modules/@bitwarden/jslib/src')
|
||||
}
|
||||
},
|
||||
output: {
|
||||
filename: '[name].js',
|
||||
|
||||
Reference in New Issue
Block a user