Replace moment.js with day.js

This commit is contained in:
Björn Fromme
2018-08-17 17:34:26 +02:00
parent 7264dd0a58
commit 67d278d960
11 changed files with 249 additions and 294 deletions
+1 -2
View File
@@ -12,9 +12,8 @@ Encore
.addStyleEntry('rte', './web/typo3conf/ext/ep_theme/Resources/Private/Assets/css/rte.css')
.createSharedEntry('vendor', [
'jquery', 'vue', 'bootstrap-sass/assets/javascripts/bootstrap', 'slick-carousel',
'moment', 'cookieconsent', 'picturefill', '@fancyapps/fancybox'
'dayjs', 'cookieconsent', 'picturefill', '@fancyapps/fancybox'
])
.addPlugin(new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/))
.enableSassLoader()
.enableVueLoader()
.autoProvidejQuery()