You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After running
yarn build
, and trying to importvue-gallery-slideshow.min.js
into my Vue project, I encountered this error:I noticed that the difference is that the original
dist/js/vue-gallery-slideshow.js
file had arequire('vue-runtime-helpers')
, but the output of myyarn build
did not.Does anybody know how to run it so that it can work by importing the dist file into another project?
The text was updated successfully, but these errors were encountered: