Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

HMR not working with .tsx files #180

Open
yandongxu opened this issue Mar 21, 2022 · 1 comment
Open

HMR not working with .tsx files #180

yandongxu opened this issue Mar 21, 2022 · 1 comment

Comments

@yandongxu
Copy link

Always trigger page reload when .tsx files changed.

@hexf00
Copy link

hexf00 commented Mar 29, 2022

Always trigger page reload when .tsx files changed.

+1 Similar issues see #88, in 88 issue, the entry is .vue, and use <script lang = "JSX" > in vue file.

The issue difference is entry is .tsx.

p.s. my tsx component code

import { Component, Vue } from 'vue-property-decorator'

@Component
export default class Hello extends Vue {
  render () {
    return <div>Hello</div>
  }
}

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

2 participants