Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Can't import after running yarn build #30

@jumzijie

Description

@jumzijie

After running yarn build, and trying to import vue-gallery-slideshow.min.js into my Vue project, I encountered this error:

"export 'default' (imported as 'VueGallerySlideshow') was not found in './vue-gallery-slideshow.min.js'

I noticed that the difference is that the original dist/js/vue-gallery-slideshow.js file had a require('vue-runtime-helpers'), but the output of my yarn build did not.

Does anybody know how to run it so that it can work by importing the dist file into another project?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions