Remove builder rollup alias from client as it is now fully decoupled

This commit is contained in:
Andrew Kingston 2022-01-26 17:55:45 +00:00
parent bfe209e3e6
commit 6af3e1ef7c
1 changed files with 0 additions and 4 deletions

View File

@ -57,10 +57,6 @@ export default {
find: "sdk",
replacement: path.resolve("./src/sdk"),
},
{
find: "builder",
replacement: path.resolve("../builder"),
},
],
}),
svelte({