1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

fix load loadsh with webpack

This commit is contained in:
Sylvain 2020-09-28 18:11:56 +02:00
parent 62e45dc998
commit 8d76c78cc5

View File

@ -14,6 +14,7 @@ environment.plugins.prepend('Provide', new webpack.ProvidePlugin({
$: 'jquery',
jQuery: 'jquery',
'window.jQuery': 'jquery',
_: 'lodash',
Hone: 'hone',
Tether: 'tether',
Holder: 'holderjs',