fixes builder path issue
This commit is contained in:
parent
28aaeaf447
commit
2a43039b85
|
@ -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() {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue