-
-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Astro 2.1.4 breaks build #48
Comments
The workaround is to |
Hello @leesei It seems to be the problem with the latest release, version 2.1.4, since v2.1.3 and others are working fine. The best way to avoid this problem for now is to stick with astro@2.1.3 and not upgrade to astro@2.1.4. |
Fixed in #49 |
@astrojs/react/client.js
innode_modules/@astrojs/react/src/index.ts
gets resolved to./src/astrojs/react/client.js
bytsconfig.json
I tired adding two paths
"@*": ["node_modules/@*", "./src/*"]
according to https://www.typescriptlang.org/docs/handbook/module-resolution.html#path-mapping but then the theme's code fails.The text was updated successfully, but these errors were encountered: