forked from github/cinny
add element-call to the vite copyFiles for build
This commit is contained in:
@@ -11,6 +11,10 @@ import buildConfig from './build.config';
|
||||
|
||||
const copyFiles = {
|
||||
targets: [
|
||||
{
|
||||
src: 'node_modules/@element-hq/element-call-embedded/dist',
|
||||
dest: 'element-call'
|
||||
},
|
||||
{
|
||||
src: 'node_modules/pdfjs-dist/build/pdf.worker.min.mjs',
|
||||
dest: '',
|
||||
|
||||
Reference in New Issue
Block a user