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
After upgrading from a 2.0 beta, parcel is not building correctly with antd.
When using --no-scope-hoist, parcel builds but fails in browser with any usage of antd.
Removing --no-scope-hoist, Parcel build produces variations of the "does not have node" error.
⠇ Building FolderTwoTone.js...
Error: Does not have node 12886
at AssetGraph._assertHasNodeId (/Users/ericstormfield/repos/slfus-client-onboard/node_modules/@parcel/graph/lib/Graph.js:403:13)
at AssetGraph.getNodeIdsConnectedFrom (/Users/ericstormfield/repos/slfus-client-onboard/node_modules/@parcel/graph/lib/Graph.js:113:10)
at visitChildren (/Users/ericstormfield/repos/slfus-client-onboard/node_modules/@parcel/core/lib/requests/AssetGraphRequest.js:162:47)
at /Users/ericstormfield/repos/slfus-client-onboard/node_modules/@parcel/core/lib/requests/AssetGraphRequest.js:157:67
Error: Does not have node 16555
at AssetGraph._assertHasNodeId (/Users/ericstormfield/repos/slfus-client-onboard/node_modules/@parcel/graph/lib/Graph.js:403:13)
at AssetGraph.getNodeIdsConnectedFrom (/Users/ericstormfield/repos/slfus-client-onboard/node_modules/@parcel/graph/lib/Graph.js:113:10)
at visitChildren (/Users/ericstormfield/repos/slfus-client-onboard/node_modules/@parcel/core/lib/requests/AssetGraphRequest.js:162:47)
at /Users/ericstormfield/repos/slfus-client-onboard/node_modules/@parcel/core/lib/requests/AssetGraphRequest.js:157:67
Error: Does not have node 18805
at AssetGraph._assertHasNodeId (/Users/ericstormfield/repos/slfus-client-onboard/node_modules/@parcel/graph/lib/Graph.js:403:13)
at AssetGraph.getNodeIdsConnectedFrom (/Users/ericstormfield/repos/slfus-client-onboard/node_modules/@parcel/graph/lib/Graph.js:113:10)
at visitChildren (/Users/ericstormfield/repos/slfus-client-onboard/node_modules/@parcel/core/lib/requests/AssetGraphRequest.js:162:47)
at /Users/ericstormfield/repos/slfus-client-onboard/node_modules/@parcel/cor
After upgrading from a 2.0 beta, parcel is not building correctly with antd.
When using --no-scope-hoist, parcel builds but fails in browser with any usage of antd.
Removing --no-scope-hoist, Parcel build produces variations of the "does not have node" error.
🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
Parcel should build and run without error.
😯 Current Behavior
parcel build
💁 Possible Solution
🔦 Context
This appears related to this error: #5985
💻 Code Sample
🌍 Your Environment
The text was updated successfully, but these errors were encountered: