Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why? /paper/dist/paper-full.js:17211:12: Unterminated string constant #19

Open
ziyouwuai opened this issue May 13, 2020 · 1 comment
Open

Comments

@ziyouwuai
Copy link

if (/^(inline|both)$/.test(sourceMaps)) {

17211 | code += "\n
| ^
17212 | + self.btoa(unescape(encodeURIComponent(
17213 | JSON.stringify(map))));

@junqiuzhang
Copy link

Open package.json, go to the watch line and change it to:
"watch": "cross-env NODE_ENV=development parcel index.html --no-hmr --open --no-source-maps"
add "--no-source-maps" config will resolve this problem
if it doesn't work, you can see this comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants