chore(docs): update copy plugin

This commit is contained in:
braks
2022-10-25 19:12:16 +02:00
committed by Braks
parent 787fc225e9
commit 89a3f480ef
+2 -2
View File
@@ -7,9 +7,9 @@ export function copyVueFlowPlugin(): Plugin {
name: 'copy-vue-flow',
generateBundle() {
;[
{ path: '../../node_modules/@vue-flow/core/dist/', pkgName: 'vue-flow-core.es.js' },
{ path: '../../../node_modules/@vue-flow/core/dist/', pkgName: 'vue-flow-core.es.js' },
{
path: '../../node_modules/@vue-flow/additional-components/dist/',
path: '../../../node_modules/@vue-flow/additional-components/dist/',
pkgName: 'vue-flow-additional-components.es.js',
},
].forEach(({ path, pkgName }) => {