1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

fixes builder path issue

This commit is contained in:
Kevin Åberg Kultalahti 2020-04-02 11:44:42 +02:00 committed by GitHub
parent 28aaeaf447
commit 2a43039b85

View file

@ -168,7 +168,7 @@ export default {
}),
copy({
targets: [
{ src: "src/index.html", dest: outputpath, rename: "__app.html" },
{ src: "src/index.html", dest: outputpath },
{ src: "src/favicon.png", dest: outputpath },
{ src: "src/assets", dest: outputpath },
{
@ -260,4 +260,4 @@ function serve() {
}
},
}
}
}