Using the git repo of aleph #99
Unanswered
FallingSnow
asked this question in
Q&A
Replies: 3 comments 3 replies
-
For the CSS errors, I don't think the current bundler can do that, that being one of the reasons for creating #98 |
Beta Was this translation helpful? Give feedback.
1 reply
-
hey @FallingSnow the v0.3.0-alpha is not released yet. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Got closer. I moved the CSS imports to deno run --allow-read --allow-net --allow-env --allow-write --allow-run /git-repos/aleph/cli.ts dev
INFO Aleph.js v0.3.0-alpha
INFO - Global
INFO ✓ aleph.config.js
INFO ✓ Custom App
Download https://denopkg.com/alephjs/aleph.js/swc/mod.ts
Download https://raw.githubusercontent.com/alephjs/aleph.js/master/swc/mod.ts
Download https://esm.sh/swr?external=react&dev
Download https://cdn.esm.sh/v15/[email protected]/[email protected]/esnext/swr.development.js
Download https://cdn.esm.sh/v15/[email protected]/dist/index.d.ts
Download https://cdn.esm.sh/v15/[email protected]/esnext/react.development.js
Download https://cdn.esm.sh/v15/[email protected]/dist/use-swr.d.ts
Download https://cdn.esm.sh/v15/[email protected]/dist/use-swr-infinite.d.ts
Download https://cdn.esm.sh/v15/[email protected]/dist/types.d.ts
Download https://cdn.esm.sh/v15/[email protected]/dist/config.d.ts
Download https://cdn.esm.sh/v15/[email protected]/index.d.ts
Download https://cdn.esm.sh/v15/[email protected]/dist/cache.d.ts
Download https://esm.sh/graphql-request?dev
Download https://cdn.esm.sh/v15/[email protected]/esnext/graphql-request.development.js Might mess around with it a little more later. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use the latest version of aleph, wanted to try swc, but I'm running into a couple issues. I'm doing this by modifying imports_map.json and using
deno run --allow-read --allow-net --allow-env --allow-write --allow-run /git-repos/aleph.js/cli.ts dev
. I seem to be unable to use css files and I also can't seem to import map the react import.CSS Import:
import_map.json:
Errors:
Beta Was this translation helpful? Give feedback.
All reactions