https://github.com/mischnic/parcel-issue-cache-after-error
https://github.com/mischnic/parcel-issue-cache-after-error
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mischnic/parcel-issue-cache-after-error
- Owner: mischnic
- Created: 2019-10-17T22:20:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T22:22:17.000Z (about 6 years ago)
- Last Synced: 2025-03-21T10:51:52.914Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
niklas@nmb:3653-resolver-jsx $ rm -rf .parcel-cache
niklas@nmb:3653-resolver-jsx $ parcel2 build index.html
🚨 Cannot find module './other' from '.../3653-resolver-jsx'
at ResolverRunner.resolve (parcel/packages/core/core/src/ResolverRunner.js:64:15)
at RequestGraph.resolvePath (parcel/packages/core/core/src/RequestGraph.js:402:24)
at PromiseQueue._runFn (parcel/packages/core/utils/src/PromiseQueue.js:81:7)
at PromiseQueue._next (parcel/packages/core/utils/src/PromiseQueue.js:69:5)
niklas@nmb:3653-resolver-jsx $ parcel2 build index.html
🚨 External modules are not supported when building for browser
at Object.generateExternalImport (parcel/packages/shared/scope-hoisting/src/formats/global.js:32:9)
at generateExternalImport (parcel/packages/shared/scope-hoisting/src/link.js:538:25)
```