Skip to content

Commit 606596a

Browse files
committed
feat(vcard): properly copy vcards to dist
Properly copy vcards to dist folder
1 parent 0aa8790 commit 606596a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webpack.conf.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ export default function() {
142142
from: 'files',
143143
to: '../dist/files'
144144
},
145+
{
146+
from: 'vcards',
147+
to: '../dist/vcards'
148+
},
145149
{
146150
from: 'videos',
147151
to: '../dist/videos'

0 commit comments

Comments
 (0)