You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-27 22:18:22 +02:00
Resolve build issues
This commit is contained in:
@@ -39,10 +39,9 @@ module.exports = {
|
||||
test: require.resolve('jquery'),
|
||||
use: [{
|
||||
loader: 'expose-loader',
|
||||
options: 'jQuery'
|
||||
}, {
|
||||
loader: 'expose-loader',
|
||||
options: '$'
|
||||
options: {
|
||||
exposes: ['$','jQuery']
|
||||
},
|
||||
}]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user