mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
lint fixes
This commit is contained in:
@@ -116,6 +116,11 @@ const renderer = {
|
||||
path: 'fonts/',
|
||||
filename: 'css/fonts.css'
|
||||
}),
|
||||
// ref: https://github.com/angular/angular/issues/20357
|
||||
new webpack.ContextReplacementPlugin(
|
||||
/\@angular(\\|\/)core(\\|\/)esm5/,
|
||||
path.resolve(__dirname, './src')
|
||||
),
|
||||
new webpack.optimize.CommonsChunkPlugin({
|
||||
name: 'app/vendor',
|
||||
chunks: ['app/main'],
|
||||
|
||||
Reference in New Issue
Block a user