We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get the following error when trying to integrate this package into an empty astro project.
Astro version: 2.0.15
2.0.15
error Cannot read properties of undefined (reading 'default') File: C:\...\node_modules\vite\dist\node\chunks\dep-ca21228b.js:52420:9 Code: 52419 | const initModule = new AsyncFunction(`global`, ssrModuleExportsKey, ssrImportMetaKey, ssrImportKey, ssrDynamicImportKey, ssrExportAllKey, '"use strict";' + result.code + `\n//# sourceURL=${mod.url}`); > 52420 | await initModule(context.global, ssrModule, ssrImportMeta, ssrImport, ssrDynamicImport, ssrExportAll); | ^ 52421 | } 52422 | catch (e) { 52423 | mod.ssrError = e; Stacktrace: TypeError: Cannot read properties of undefined (reading 'default') at eval (C:\...\astro.config.mjs:10:27) at async instantiateModule (file:///C:/.../node_modules/vite/dist/node/chunks/dep-ca21228b.js:52420:9)
The text was updated successfully, but these errors were encountered:
2d593b2
No branches or pull requests
I get the following error when trying to integrate this package into an empty astro project.
Astro version:
2.0.15
The text was updated successfully, but these errors were encountered: