Skip to content

Not rerender when code snippet file changes #1309

Closed
@shigma

Description

@shigma
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: enhancementRequest to enhance an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions