Error with parcel-bundler
Open
Nobody has claimed this yet.
bug
- Dominant language
- JavaScript
- Stars
- 305
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
When I import mojs-player by parcel-bunder, I got the following error.
⚠️ Could not load existing sourcemap of "../../node_modules/@mojs/player/build/mojs-player.js".
🚨 /project-path/node_modules/@mojs/player/build/mojs-player.js:6822:84: Unterminated regular expression (6822:84)
6820 | if(sourceMap) {
6821 | // http://stackoverflow.com/a/26603875
> 6822 | css += "\n + btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))) + " */";
| ^
6823 | }
6824 |
6825 | var blob = new Blob([css], { type: "text/css" });
⚠️ Could not load existing sourcemap of "../../node_modules/@mojs/player/build/mojs-player.js".
If I delete if (sourceMap) {...}, I can import it normally.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Parcel import using the generated build/mojs-player.js referenced in the error, then inspect the source-map block around line 6822. Confirm the fix by importing mojs-player through Parcel without the unterminated-regular-expression or sourcemap errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100