1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

fix missing dependencies

This commit is contained in:
Sylvain 2020-09-22 16:46:35 +02:00
parent 562fb5d8d7
commit 149d24e8a3

View File

@ -16,6 +16,9 @@ environment.plugins.prepend('Provide', new webpack.ProvidePlugin({
'window.jQuery': 'jquery', 'window.jQuery': 'jquery',
Hone: 'hone', Hone: 'hone',
Tether: 'tether', Tether: 'tether',
Holder: 'holderjs',
'window.CodeMirror': 'codemirror',
MediumEditor: 'medium-editor',
Humanize: path.resolve(path.join(__dirname, '../../app/frontend/src/javascript/lib/humanize.js')), Humanize: path.resolve(path.join(__dirname, '../../app/frontend/src/javascript/lib/humanize.js')),
moment: 'moment', moment: 'moment',
Application: [path.resolve(path.join(__dirname, '../../app/frontend/src/javascript/app.js')), 'Application'] Application: [path.resolve(path.join(__dirname, '../../app/frontend/src/javascript/app.js')), 'Application']