标签: webpack
如果我的webpack配置中有enableSingleRuntimeChunk选项,则vuejs无法正常工作。你能告诉我为什么吗?
答案 0 :(得分:1)
您必须在应用程序中添加<script src="{{ asset('build/runtime.js') }}"></script>。这可能是问题所在。
<script src="{{ asset('build/runtime.js') }}"></script>