Remove client bundle from being packaged with the builder
This commit is contained in:
parent
c00af29fbc
commit
88e6da5e49
|
@ -76,10 +76,6 @@ export default {
|
||||||
{ src: "src/index.html", dest: outputpath },
|
{ src: "src/index.html", dest: outputpath },
|
||||||
{ src: "src/favicon.png", dest: outputpath },
|
{ src: "src/favicon.png", dest: outputpath },
|
||||||
{ src: "assets", dest: outputpath },
|
{ src: "assets", dest: outputpath },
|
||||||
{
|
|
||||||
src: "node_modules/@budibase/client/dist/budibase-client.esm.mjs",
|
|
||||||
dest: outputpath,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "node_modules/@budibase/bbui/dist/bbui.css",
|
src: "node_modules/@budibase/bbui/dist/bbui.css",
|
||||||
dest: outputpath,
|
dest: outputpath,
|
||||||
|
|
Loading…
Reference in New Issue