Browse
What’s in the library
Execution-verified fixes lead: symptom reproduced and fix confirmed in a clean environment. The rest are curated from real resolved issues and checked by a person. Proposed fixes that aren’t verified yet sit below, so you can see what’s in progress.
In the library
60Curated from real resolved issues and human-reviewed. Execution-verified entries were reproduced end to end in a clean environment.
Execution-verified
"Calling require for react in an environment that doesn't expose the require function" in ESM lib build
TypeScriptVitefix reproduced in a clean environment
Execution-verified
Vite 8 fails to tree-shake a boolean constant derived from import.meta.env.MODE via an intermediate or cross-module variable
TypeScriptVitefix reproduced in a clean environment
Execution-verified
Vite 8 no longer replaces global define with undefined in CJS output
TypeScriptVitefix reproduced in a clean environment
Execution-verified
Oxc minify reformats template-literal strings, inserting literal newlines instead of removing them
TypeScriptVitefix reproduced in a clean environment
Execution-verified
Vite 8 build emits CSS with non-ASCII codepoints and no @charset, breaking icon fonts (mojibake glyphs)
TypeScriptVitefix reproduced in a clean environment
Execution-verified
resolve.tsconfigPaths silently ignored in Vite 8 build (works without enabling it)
TypeScriptVitefix reproduced in a clean environment
Curated
Rolldown merges separate entry points, executing an unrelated entry's side effects
TypeScriptVitecurated · human-reviewed
Curated
typeof asset === 'string' check always false in production build with Vite asset placeholders + inlineConst
TypeScriptVitecurated · human-reviewed
Curated
const require_X = require_X() self-reference crash when bundling CJS deps (e.g. es-toolkit)
TypeScriptVitecurated · human-reviewed
Curated
Uncaught ReferenceError: init_runtime_dom_esm_bundler is not defined after rolldown 1.0.3 upgrade
TypeScriptVitecurated · human-reviewed
Curated
TypeError: X is not a function at runtime after upgrading rolldown from 1.0.0 to 1.0.1
TypeScriptVitecurated · human-reviewed
Curated
Wrong tsconfig chosen with TypeScript project references, breaking path resolution
TypeScriptVitecurated · human-reviewed
Curated
"ReferenceError: __rolldown_runtime__ is not defined" with bundledDev: true in a monorepo
TypeScriptVitecurated · human-reviewed
Curated
"isValidProp is not a function" using motion/framer-motion with rolldown-vite
TypeScriptVitecurated · human-reviewed
Curated
Dep-optimized WASM package breaks: "CompileError: wasm validation error: failed to match magic number"
TypeScriptVitecurated · human-reviewed
Curated
build.target: 'es2019' ignored — optional chaining left in output under rolldown-vite
TypeScriptVitecurated · human-reviewed
Curated
vite build --watch hangs on rebuild after editing a file (rolldown-vite >= 7.1.13)
TypeScriptVitecurated · human-reviewed
Curated
Rust panic "called Option::unwrap() on a None value" building with nullish coalescing (??)
TypeScriptVitecurated · human-reviewed
Curated
inlineConst inlines null from `export var foo = null`, breaking SvelteKit SSR with "Cannot set properties of null"
TypeScriptVitecurated · human-reviewed
Curated
rolldown constant-folds React.version.startsWith(...) into a string call, crashing the build
TypeScriptVitecurated · human-reviewed
Curated
"X is not a constructor" at runtime after splitting a UI library with advancedChunks
TypeScriptVitecurated · human-reviewed
Curated
advancedChunks / strictExecutionOrder breaks React Router runtime (undefined route exports)
TypeScriptVitecurated · human-reviewed
Curated
rolldown-vite fails to resolve external deps under Yarn PnP
TypeScriptVitecurated · human-reviewed
Curated
build.rollupOptions.output.manualChunks throws validation error under rolldown-vite
TypeScriptVitecurated · human-reviewed
Curated
rolldown renames top-level classes named Error/Promise/Map to Error$1 in IIFE lib builds
TypeScriptVitecurated · human-reviewed
Curated
No replacement documented for removed build.rollupOptions.output.experimentalMinChunkSize in Vite 8
TypeScriptVitecurated · human-reviewed
Curated
Vite 8 fails to resolve modules through Yarn PnP global cache folder on a different drive
TypeScriptVitecurated · human-reviewed
Curated
Vite 8.0.0 SSR crash on inline style @import: 'specifiers must be a non-empty string'
TypeScriptVitecurated · human-reviewed
Curated
experimental.bundledDev crashes with 'X is not defined' on libraries with generated helper identifiers
TypeScriptVitecurated · human-reviewed
Curated
Vite 8 build breaks namespace imports of CJS packages with side-effect export mutation (e.g. backbone-relational)
TypeScriptVitecurated · human-reviewed
Curated
Vite 8.0.14+ throws 'X is not defined' for cross-chunk top-level side-effect calls
TypeScriptVitecurated · human-reviewed
Curated
output.topLevelVar defaults to true and breaks dead-code elimination in Vite 8
TypeScriptVitecurated · human-reviewed
Curated
import.meta.glob with resolve.alias produces no output files in production build
TypeScriptVitecurated · human-reviewed
Curated
Side-effect imports execute out of order in Vite 8 production builds
TypeScriptVitecurated · human-reviewed
Curated
Vite 8 production build strips optional chaining from imported bindings
TypeScriptVitecurated · human-reviewed
Curated
Vite 8 returns 403 Forbidden for cross-origin classic script requests to /src/*.ts
TypeScriptVitecurated · human-reviewed
Curated
Tree-shaking removes code needed at runtime under Rolldown lazyBarrel with complex module graphs
TypeScriptVitecurated · human-reviewed
Curated
Dependency pre-bundling causes wrong execution order for CJS side-effect modules
TypeScriptVitecurated · human-reviewed
Curated
Vite 8.0.13 dev regression: React.lazy + resolve.alias breaks with experimental.bundledDev
TypeScriptVitecurated · human-reviewed
Curated
@vitejs/plugin-legacy: legacy chunks never load on Safari 15.x and below
TypeScriptVitecurated · human-reviewed
Curated
Vite 8: dynamic import() of a .cjs file inside application source code stops working
TypeScriptVitecurated · human-reviewed
Curated
"Failed to resolve dependency" for a package listed in optimizeDeps.include, under Yarn PnP
TypeScriptVitecurated · human-reviewed
Curated
Vite 8 Oxc minifier corrupts Monaco editor worker code (block-scoped function name collides with outer var)
TypeScriptVitecurated · human-reviewed
Curated
import.meta.glob no longer emits unused imported assets in Vite 8 (breaks Laravel plugin asset globbing)
TypeScriptVitecurated · human-reviewed
Curated
resolve.tsconfigPaths aliases fail to resolve when importer is a virtual module (Vue SFC, TanStack Router split components)
TypeScriptVitecurated · human-reviewed
Curated
"vite tried to access esbuild (a peer dependency) but it isn't provided" in [plugin vite:css-post]
TypeScriptVitecurated · human-reviewed
Curated
"require_dist is not a function" / mermaid production build crash from @braintree/sanitize-url
TypeScriptVitecurated · human-reviewed
Curated
Rolldown server build hangs indefinitely (deadlock) on large SSR apps with many SFC <style> blocks
TypeScriptVitecurated · human-reviewed
Curated
@vitejs/plugin-legacy build fails after esbuild upgrade: "Transforming destructuring ... is not supported yet"
TypeScriptVitecurated · human-reviewed
Curated
import.meta.glob fails in Vite 8 build for directories with parentheses, e.g. "./(dir)/*.js"
TypeScriptVitecurated · human-reviewed
Curated
Vite 8 dev server incorrectly unwraps CJS default export, causing "Minified React error #130" or undefined component
TypeScriptVitecurated · human-reviewed
Curated
Vite 8.1.0 dev server: "Uncaught (in promise) SyntaxError: Unexpected token '('" from a class method named `import`
TypeScriptVitecurated · human-reviewed
Curated
Vite 8.0.10 production build: "Uncaught TypeError: a is not a function" / "Class extends value undefined" on lazy-loaded React chunks
TypeScriptVitecurated · human-reviewed
Curated
Vite 8 dev server crash: "init_emotion_react_browser_development_esm is not defined" / similar init_* errors with MUI or React
TypeScriptVitecurated · human-reviewed
Curated
Vite 8/Rolldown: module-level side effects run in wrong order after code splitting
TypeScriptVitecurated · human-reviewed
Curated
TypeError: Object of type X is not JSON serializable
Pythoncurated · human-reviewed
Curated
ImportError: attempted relative import with no known parent package
Pythoncurated · human-reviewed
Curated
pip: 'error: externally-managed-environment'
PythonLinuxcurated · human-reviewed
Curated
RuntimeWarning: coroutine 'x' was never awaited
Pythoncurated · human-reviewed
Curated
Function's default list/dict argument 'remembers' values between calls
Pythoncurated · human-reviewed