vike: Cannot resolve console [Building for Cloudflare Workers]

Following the Cloudflare Workers example, upon running build:worker, I get this error:

πŸ‘€  ./node_modules/vite-plugin-ssr/dist/cjs/html/inferMediaType.js
Module not found: Error: Can't resolve 'console' in '/Users/hrgui/projects/pokedex-vite-ssr/node_modules/vite-plugin-ssr/dist/cjs/html'

Here’s a test repo: https://github.com/hrgui/pokedex-vite-plugin-ssr

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 20 (10 by maintainers)

Commits related to this issue

Most upvoted comments

@Aleksandr-JS-Developer Good to know, thanks for sharing πŸ’š.

Fix released in 0.2.6.

Thanks @frandiox @marshallswain.