Vuejs 3 webpack : Problem with vue-template-compiler
To make vue 3 work fine with webpack without using vite or vue cli follow these steps : init the package.json like : { “private”: true, “name”: “vue-3”, “description”: null, } install the last version of vue : npm i –save vue@next vue-loader@next install also the dev dependencies that includes @vue/compiler-sfc which replaces vue-template-compiler npm … Read more