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

remove Q library

This commit is contained in:
Kyle Spearrin
2017-11-07 17:04:04 -05:00
parent 44eedc8b1d
commit f1e0681639
5 changed files with 2 additions and 9 deletions

View File

@@ -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',