Closed
Description
- I confirm that this is a issue rather than a question.
Bug report
Version
1.0.0-alpha.39
Steps to reproduce
The issue is found by @jiaming743 in #1297. Thanks!
Suppose we have two files, foo.js and foo.md.
foo.js
export default {
// this is a test file
}
foo.md
<<< @/foo.js
What is expected?
When updating foo.js, foo.html will automatically rerender.
What is actually happening?
After updating foo.js, foo.html does not changes.
Other relevant information
- Your OS: Windows
- Node.js version: v10.12.0
- Browser version: N/A
- Is this a global or local install? Local
- Which package manager did you use for the install? Yarn