specificity
specificity copied to clipboard
ReferenceError: ... is not defined when creating Parcel bundle using v1.0.0
I am trying to update to v1.0.0 from 0.4.1 and I have run into this issue. I'm not sure if this is a Parcel issue or a problem with the package. It seems to work fine with vite.
Here is the error I get:
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
I have created an issue in the parcel repository: ReferenceError: $c65b14922fc6cad5$exports is not defined when importing dependency specificity
· Issue #9964 · parcel-bundler/parcel
Here is a minimal repro example: david-tejada/parcel-specificity-issue