-
Notifications
You must be signed in to change notification settings - Fork 93
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
vite-ssr doesn't appear to be written in CJS, but also doesn't appear to be a valid ES module (i.e. it doesn't have "type": "module" or an .mjs extension for the entry point). Please contact the package author to fix. #159
Comments
Make sure you set |
ok,Me Not paying attention to new changes |
+1 |
You can safely ignore that warning for now. We will probably drop CJS support at some point (perhaps with Vite v3). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"dependencies": {
"@vueuse/head": "^0.7.6",
"axios": "^0.26.1",
"element-plus": "^2.1.9",
"express": "^4.17.3",
"pinia": "^2.0.13",
"sass": "^1.50.0",
"vite-ssr": "^0.16.0",
"vue": "3",
"vue-router": "4"
},
"devDependencies": {
"@types/node": "^17.0.24",
"@vitejs/plugin-vue": "^2.3.1",
"typescript": "^4.6.3",
"vite": "^2.9.5",
"vue-tsc": "^0.34.7"
}
The text was updated successfully, but these errors were encountered: