You've already forked Mailu
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:
@@ -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,
|
||||||
|
},
|
||||||
|
]
|
||||||
},
|
},
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user