Closed gitaaron closed 2 years ago
If I change my package.json (eg/ under examples/doc-sync/fuludocs) to include latest fula-client in npm registry I get an error.
I believe we need to change package.json to the following -
··"browser": "dist/index.js",·
to -
"browser": "dist/web/index.js"
dupe of https://github.com/functionland/fula/issues/147
If I change my package.json (eg/ under examples/doc-sync/fuludocs) to include latest fula-client in npm registry I get an error.
I believe we need to change package.json to the following -
to -