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
1 changed files with 2 additions and 2 deletions

View File

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