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

Cache not properly invalidated when markdown.extendMarkdown changes #993

Closed
1 task done
SunriseFox opened this issue Nov 10, 2018 · 2 comments
Closed
1 task done

Comments

@SunriseFox
Copy link
Contributor

SunriseFox commented Nov 10, 2018

  • I confirm that this is a issue rather than a question.

Bug report

Version

^1.0.0-alpha.20

Steps to reproduce

  • create a md file
  • compile and run
  • edit markdown.extendMarkdown in config.js, don't touch the md
  • compile and run
  • the new markdown.extendMarkdown won't get called at all, or won't properly reflect changes.

delete node_modules\@vuepress\core\node_modules\.cache then it works

What is expected?

  • all md files are properly recompiled.

What is actually happening?

  • the new markdown.extendMarkdown won't get called at all.
  • no md file is recompiled.

Other relevant information

  • Your OS: Ubuntu 18.04 WSL
  • Node.js version: 11.1.0
  • Browser version: N/A
  • Is this a global or local install? local
  • Which package manager did you use for the install? npm
@ulivz ulivz closed this as completed in 3871f4a Nov 13, 2018
@ulivz
Copy link
Member

ulivz commented Nov 13, 2018

Fixed and published at 1.0.0-alpha.21.

@Mrminfive
Copy link
Contributor

The changes did not take into account the setting of the plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants