diff --git a/core/admin/webpack.config.js b/core/admin/webpack.config.js index e9d268ea..1d969063 100644 --- a/core/admin/webpack.config.js +++ b/core/admin/webpack.config.js @@ -40,7 +40,16 @@ module.exports = { use: [{ loader: 'expose-loader', options: { - exposes: ['$','jQuery'] + exposes: [ + { + globalName: '$', + override: true, + }, + { + globalName: 'jQuery', + override: true, + }, + ] }, }] }