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() .enableSingleRuntimeChunk()
.splitEntryChunks() .splitEntryChunks()
.enableSassLoader() .enableSassLoader()
.enableVueLoader(() => {}, { runtimeCompilerBuild: false }) .enableVueLoader()
.autoProvidejQuery() .autoProvidejQuery()
.enableSourceMaps(!Encore.isProduction()) .enableSourceMaps(!Encore.isProduction())
.cleanupOutputBeforeBuild() .cleanupOutputBeforeBuild()