Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Path Issue When Serving #69

Closed
bekalshenoy opened this issue May 7, 2020 · 3 comments
Closed

Windows Path Issue When Serving #69

bekalshenoy opened this issue May 7, 2020 · 3 comments

Comments

@bekalshenoy
Copy link
Contributor

bekalshenoy commented May 7, 2020

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

<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
    Annotation 2020-05-07 115110

  • When Clicked (index):1
    Annotation 2020-05-07 115230

System Info

  • vite version: 0.11.3

  • Operating System: Windows

  • Node version: 14.2.0

@bekalshenoy bekalshenoy added the bug label May 7, 2020
@bekalshenoy bekalshenoy changed the title Typescript Window Path Issue When Serving Window Path Issue When Serving May 7, 2020
@bekalshenoy bekalshenoy changed the title Window Path Issue When Serving Windows Path Issue When Serving May 7, 2020
@ais-one
Copy link
Contributor

ais-one commented May 7, 2020

in 0.11.2 there is no problem

@bekalshenoy
Copy link
Contributor Author

bekalshenoy commented May 7, 2020

in 0.11.2 there is no problem

Sorry My Mistake Changed It

@husayt
Copy link
Contributor

husayt commented May 7, 2020

Had to rollback to 0.10.3 until the fix is in place

@github-actions github-actions bot locked and limited conversation to collaborators Jul 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants