From b47fa6cffcabe6814e9083baac5e7d8fd37497ed Mon Sep 17 00:00:00 2001 From: JelleBuning <37436672+JelleBuning@users.noreply.github.com> Date: Fri, 31 Mar 2023 10:32:06 +0200 Subject: [PATCH] Update _index.en.md --- content/dev/build/web/_index.en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/dev/build/web/_index.en.md b/content/dev/build/web/_index.en.md index d6d0e36..c89e5fe 100644 --- a/content/dev/build/web/_index.en.md +++ b/content/dev/build/web/_index.en.md @@ -14,6 +14,8 @@ cd flutter/web/js # install protoc first http://google.github.io/proto-lens/installing-protoc.html npm install ts-proto # only works with vite<=2.8, see: https://github.com/vitejs/vite/blob/main/docs/guide/build.md#chunking-strategy + +# yarn build currently not working - results in empty src/gen_js_from_hbb.ts (gen_js_from_hbb.ts is not a module) yarn build cd ..