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
{ "presets": ["env"] }
{ "start": "nodemon --watch server --exec babel-node server/index.js" } --watch server >>> 监听 /server/index.js文件
npm start 启动
The text was updated successfully, but these errors were encountered:
253867843
No branches or pull requests
1.安装: npm install --save-dev babel-cli babel-preset-env
2.创建文件: .babelrc
3.修改package.json
4.运行
The text was updated successfully, but these errors were encountered: