Skip to content

Instantly share code, notes, and snippets.

@unk
Created July 1, 2018 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unk/733772d2b3fa7a787dd6d86018a48a43 to your computer and use it in GitHub Desktop.
Save unk/733772d2b3fa7a787dd6d86018a48a43 to your computer and use it in GitHub Desktop.
eject 하기 전 package.json
{
"name": "eject-demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment