Unable to boot create-react-app based project migrating to snowpack #2447
Unanswered
kevinold
asked this question in
Troubleshooting
Replies: 2 comments
|
Looking into this as it seems to have it working with an older version of snowpack https://github.com/pbeshai/cra-snowpack |
0 replies
|
Got a bit further in the PR (cypress-io/cypress-realworld-app#742) mainly extending Any thoughts @FredKSchott ? |
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 am investigating migrating our create-react-app based demo to use snowpack.
The PR with snowpack installed is here: cypress-io/cypress-realworld-app#742
Cloning this PR you can
yarn install,yarn snowpackand see the build like so:And the browser which loads
localhost:3000, but cannot finddist/index.html-- based on https://github.com/snowpackjs/snowpack/blob/main/create-snowpack-app/app-template-react-typescript/snowpack.config.jsIt seems as if all of the files are in the correct place for what would be created via https://github.com/snowpackjs/snowpack/tree/main/create-snowpack-app/app-template-react-typescript.
Are there existing config options I can add?
All reactions