Skip to content
This repository has been archived by the owner on Mar 24, 2019. It is now read-only.
/ vuepress-issue-1414 Public archive

A repo to repro VuePress plugin issue.

Notifications You must be signed in to change notification settings

gluons/vuepress-issue-1414

Repository files navigation

VuePress plugin issue 1414

A repo to repro import error on VuePress.

Steps to repro

  1. Build the example VuePress plugin.

    cd vue-component-with-plugin
    yarn
    yarn build
    cd .. # Go back to root directory
  2. Try to run VuePress project on dev mode.

    cd vuepress-project
    yarn
    yarn dev
    
    # Then open dev page. It works!

    Dev Server Page

  3. Finally, build VuePress project.

    yarn build
    
    # Error throwed !!

    Build Result

About

A repo to repro VuePress plugin issue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published