Vanthink-UED / vue-core-image-upload

a vue plugin for image to crop and upload

Home Page:http://vanthink-ued.github.io/vue-core-image-upload/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm - no ssr.js file in dist for Nuxt

raynox opened this issue · comments

Hi,
I just installed your package (2.4.11) using npm and tried to integrate it with Nuxt using:

import Vue from 'vue';
import VueCoreImageUpload from 'vue-core-image-upload/dist/ssr';

Vue.use( VueCoreImageUpload );

plugins: [
  { src: '~plugins/vue-core-image-upload.js', ssr: false }
]

but... there is no ssr.js in dist folder.
What could go wrong?