1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

Remove client bundle from being packaged with the builder

This commit is contained in:
Andrew Kingston 2020-12-08 10:14:02 +00:00
parent 1c40c3dbdd
commit 0a9f6c3d33

View file

@ -76,10 +76,6 @@ export default {
{ src: "src/index.html", dest: outputpath },
{ src: "src/favicon.png", 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",
dest: outputpath,