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
- fix: use `utils/assert` instead of `assert` of `console` module (#129) — committed to vikejs/vike by brillout 3 years ago
@Aleksandr-JS-Developer Good to know, thanks for sharing π.
Fix released in
0.2.6.Thanks @frandiox @marshallswain.