mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove all traces of Backbone, Underscore. #5493
This commit is contained in:
@@ -41,8 +41,7 @@ const providePlugin = new webpack.ProvidePlugin({
|
||||
$: 'jquery',
|
||||
jQuery: 'jquery',
|
||||
'window.jQuery': 'jquery',
|
||||
_: 'underscore',
|
||||
Backbone: 'backbone',
|
||||
_: 'lodash',
|
||||
pgAdmin: 'pgadmin',
|
||||
'moment': 'moment',
|
||||
'window.moment':'moment',
|
||||
@@ -599,7 +598,7 @@ module.exports = [{
|
||||
minChunks: 2,
|
||||
enforce: true,
|
||||
test(module) {
|
||||
return webpackShimConfig.matchModules(module, ['wcdocker', 'backbone', 'jquery', 'bootstrap', 'popper']);
|
||||
return webpackShimConfig.matchModules(module, ['wcdocker', 'jquery', 'bootstrap', 'popper']);
|
||||
},
|
||||
},
|
||||
vendor_others: {
|
||||
|
Reference in New Issue
Block a user