We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can I avoid "Segmentation fault: 11"
Sometimes I can't use hmr normally, but build-mode is ok.
{ "name": "portal_wab_p_v1.3", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "jest", "clear": "rm -rf dist/*" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "babel-core": "^6.26.3", "babel-jest": "^22.4.3", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-polyfill": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-flow": "^6.23.0", "babel-preset-stage-2": "^6.24.1", "jest": "^22.4.3", "less": "^3.0.4", "parcel": "^1.8.1", "parcel-bundler": "^1.8.1", "pug": "^2.0.3" }, "dependencies": { "babel-runtime": "^6.26.0", "dist": "^0.1.2", "echarts": "^4.1.0", "flow": "^0.2.3" } }
I used some ES7 syntax,such as "async/await" and "for...of..." etc.
The text was updated successfully, but these errors were encountered:
This is a known bug, duplicate of #1342
Sorry, something went wrong.
If this is not the same bug, please open up a bug report with the stack trace
No branches or pull requests
❔ Question
How can I avoid "Segmentation fault: 11"
🔦 Context
Sometimes I can't use hmr normally, but build-mode is ok.
💻 Code Sample
I used some ES7 syntax,such as "async/await" and "for...of..." etc.
🌍 Your Environment
The text was updated successfully, but these errors were encountered: