You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReferenceError: $c65b14922fc6cad5$exports is not defined
at /Users/david/Code/parcel-specificity-issue/dist/main.js:3:9585
at Object.<anonymous> (/Users/david/Code/parcel-specificity-issue/dist/main.js:3:169453)
at Module._compile (node:internal/modules/cjs/loader:1356:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
at node:internal/main/run_main_module:28:49
david-tejada
changed the title
ReferenceError: $c65b14922fc6cad5$exports is not defined when importing dependency specificity
ReferenceError: $...$exports is not defined when importing dependency specificityOct 5, 2024
🐛 bug report
Importing the dependency
specificity
causes Parcel creates a corrupt bundle that errors with the message:🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
The bundle should work fine.
😯 Current Behavior
💁 Possible Solution
🔦 Context
💻 Code Sample
Here is a minimal reproduction repository: david-tejada/parcel-specificity-issue
🌍 Your Environment
The text was updated successfully, but these errors were encountered: