• Donald Hruska's avatar
    Don't assume the project is hosted at the root (#94) · ef4f8e90
    Donald Hruska authored
    * Don't assume the project is hosted at the root
    * Require package.json in webpack.config.prod.js and use homepage if set; otherwise use '/'
    
    * Fix package.json path and add sample package.json for tests
    
    * Update publicPath to use relative path portion of URL defined in homepage
    
    * Update successful bundle generation message
    
    * Show bundle generation success message based on presence of homepage in package.json
    ef4f8e90
This project manages its dependencies using npm. Learn more
package.json 323 bytes
  "name": "my-app",
  "version": "0.0.1",
  "private": true,
  "devDependencies": {
  },
  "dependencies": {
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "eject": "react-scripts eject"