mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
remove Q library
This commit is contained in:
@@ -59,8 +59,7 @@ module.exports = {
|
||||
new webpack.ProvidePlugin({
|
||||
$: 'jquery',
|
||||
jQuery: 'jquery',
|
||||
'window.jQuery': 'jquery',
|
||||
'Q': 'q'
|
||||
'window.jQuery': 'jquery'
|
||||
}),
|
||||
new webpack.optimize.CommonsChunkPlugin({
|
||||
name: 'popup/vendor',
|
||||
|
||||
Reference in New Issue
Block a user