Skip to content

Code snippet hmr, fix #1309 #1316

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

Closed
wants to merge 11 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
merge master branch
  • Loading branch information
shigma committed Feb 27, 2019
commit 98945d4a07e757ec92b8519dd03cefedb6b3f4be
Empty file modified CHANGELOG.md
100755 → 100644
Empty file.
Empty file modified packages/@vuepress/core/lib/internal-plugins/enhanceApp.js
100755 → 100644
Empty file.
Empty file modified packages/@vuepress/core/lib/prepare/AppContext.js
100755 → 100644
Empty file.
Empty file modified packages/@vuepress/core/lib/prepare/loadTheme.js
100755 → 100644
Empty file.
1 change: 0 additions & 1 deletion packages/@vuepress/markdown-loader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ module.exports = function (src) {
// vue-loader, and will be applied on the same file multiple times when
// selecting the individual blocks.
const file = this.resourcePath
const loader = Object.create(this)
const { content, data } = parseFrontmatter(src)

if (!isProd && !isServer) {
Expand Down
Empty file modified packages/@vuepress/theme-blog/layouts/Layout2.vue
100755 → 100644
Empty file.
Empty file modified packages/docs/docs/.vuepress/config.js
100755 → 100644
Empty file.
Empty file modified packages/docs/docs/miscellaneous/glossary.md
100755 → 100644
Empty file.
Empty file modified packages/docs/docs/theme/inheritance.md
100755 → 100644
Empty file.
Empty file modified packages/docs/docs/theme/option-api.md
100755 → 100644
Empty file.
Empty file modified packages/docs/docs/zh/miscellaneous/glossary.md
100755 → 100644
Empty file.
Empty file modified packages/docs/docs/zh/theme/inheritance.md
100755 → 100644
Empty file.
Empty file modified packages/docs/docs/zh/theme/option-api.md
100755 → 100644
Empty file.
Empty file modified packages/docs/docs/zh/theme/writing-a-theme.md
100755 → 100644
Empty file.
You are viewing a condensed version of this merge commit. You can view the full changes here.