Fix mobile navigation js error

This commit is contained in:
Björn Fromme
2018-04-21 12:51:27 +02:00
parent 81e2fbf02f
commit a5f09112dc
9 changed files with 24 additions and 22 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Encore
.addStyleEntry('unichamp', './web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/main_unichamp.scss')
.addStyleEntry('rte', './web/typo3conf/ext/ep_theme/Resources/Private/Assets/css/rte.css')
.createSharedEntry('vendor', [
'jquery', 'vue', 'bootstrap/dist/js/bootstrap', 'slick-carousel',
'jquery', 'vue', 'bootstrap-sass/assets/javascripts/bootstrap', 'slick-carousel',
'moment', 'cookieconsent', 'picturefill', '@fancyapps/fancybox'
])
.addPlugin(new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/))