的WebPack安可配置,我有以下錯誤,當我從symfony中提供了一個基本的symfony應用程序與VueJS和包的WebPack安可加載頁面爲VueJS
[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.
所以我需要改變的別名VueJS into webpack with this:
resolve: {
alias: {
vue: 'vue/dist/vue.js'
}
}
但是我沒有找到任何東西進入Webpack Encore來改變這個設置。
的WebPack喝采:http://symfony.com/doc/current/frontend.html
是的,你能解釋一下它是如何工作的? – Dayze
我添加了一個解釋(我不知道自己是如何工作的)。 – Cobaltway