Skip to content
This repository has been archived by the owner on Mar 24, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (24 loc) · 648 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 648 Bytes

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