1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-23 22:04:47 +02:00

Resolve webpack.config.js error

This commit is contained in:
Dimitri Huisman
2021-08-30 15:01:05 +00:00
parent 00276d8b70
commit 5da7a06675

View File

@@ -40,7 +40,16 @@ module.exports = {
use: [{ use: [{
loader: 'expose-loader', loader: 'expose-loader',
options: { options: {
exposes: ['$','jQuery'] exposes: [
{
globalName: '$',
override: true,
},
{
globalName: 'jQuery',
override: true,
},
]
}, },
}] }]
} }