Fix vuejs build for ep-events causing wsod

This commit is contained in:
Björn Fromme
2022-06-02 09:28:49 +02:00
parent 14b4351815
commit 41f56097aa
+1 -1
View File
@@ -72,7 +72,7 @@ Encore
.enableSingleRuntimeChunk()
.splitEntryChunks()
.enableSassLoader()
.enableVueLoader(() => {}, { runtimeCompilerBuild: false })
.enableVueLoader()
.autoProvidejQuery()
.enableSourceMaps(!Encore.isProduction())
.cleanupOutputBeforeBuild()