## Description - **Error When Serving App With Typescript, Vuex and Router** - **It Is A Windows Path Issue** - **It's Not Only A `.ts` And `.vue` Problem This Issue Is Same For `.js` Also** - **index.html** ```html <div id="app"></div> <script type="module"> import { createApp } from "vue"; import App from "./App.vue"; import router from "./router/index.ts"; import store from "./store/index.ts"; createApp(App).use(router).use(store).mount("#app"); </script> ``` - **Error In Chrome Console**  - **When Clicked `(index):1`**  ## System Info - `vite` version: 0.11.3 - Operating System: **Windows** - Node version: 14.2.0
Description
Error When Serving App With Typescript, Vuex and Router
It Is A Windows Path Issue
It's Not Only A
.tsAnd.vueProblem This Issue Is Same For.jsAlsoindex.html
Error In Chrome Console

When Clicked

(index):1System Info
viteversion: 0.11.3Operating System: Windows
Node version: 14.2.0