Skip to content

Instantly share code, notes, and snippets.

@mmitou
Created December 29, 2020 15:35
Show Gist options
  • Save mmitou/0c7567b0f0d17ded0b4e8d71eaf7407a to your computer and use it in GitHub Desktop.
Save mmitou/0c7567b0f0d17ded0b4e8d71eaf7407a to your computer and use it in GitHub Desktop.
jsxサンプル
{
"presets": ["@babel/preset-react"]
}
{
"name": "jsx",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment