Replies: 1 comment
-
I was not able to reproduce the problem, here are the versions I got when I followed your instructions.
Can you try to run |
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
-
Steps to reproduce:
npx create-snowpack-app test --template @snowpack/app-template-react-typescript
cd test
npm i firebase
import 'firebase';
toindex.tsx
npm start
DevTools failed to load SourceMap: Could not load content for http://localhost:8080/web_modules/index.esm.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Beta Was this translation helpful? Give feedback.
All reactions