From 93eca757d383898580be7740f6a7a6ac25d06c1d Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 12 Jan 2022 18:31:55 +0100 Subject: [PATCH] dont add paths/vite to sdk output, as it does not work --- scripts/sdk/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/sdk/build.sh b/scripts/sdk/build.sh index b19f2960..5534601e 100755 --- a/scripts/sdk/build.sh +++ b/scripts/sdk/build.sh @@ -5,7 +5,8 @@ yarn run vite build -c vite.sdk-lib-config.js yarn tsc -p tsconfig-declaration.json ./scripts/sdk/create-manifest.js ./target/package.json mkdir target/paths -./scripts/sdk/transform-paths.js ./src/platform/web/sdk/paths/vite.js ./target/paths/vite.js +# this doesn't work, the ?url imports need to be in the consuming project, so disable for now +# ./scripts/sdk/transform-paths.js ./src/platform/web/sdk/paths/vite.js ./target/paths/vite.js cp doc/SDK.md target/README.md pushd target pushd asset-build/assets