• David Moodie's avatar
    Workbox service worker (#4169) · 3b716215
    David Moodie authored
    * Add workbox service worker functionality
    
    * Remove debug
    
    * Set workboxConfig for when there isn't a cra config file
    
    * Remove workbox configuration options as c-r-a isn't planning on supporting optional configuration
    
    * Remove c-r-a config path from paths
    
    * Add workbox service worker functionality
    
    * Remove c-r-a config path from paths
    
    * Inline the webpack workbox config
    
    * Use settings reccommended by @jeffposnick
    
    https://github.com/facebook/create-react-app/pull/4169/#issuecomment-422963072
    
    * Fallback to public url index.html, not root
    
    * Add one comment
    
    * Update comment
    
    * Correct regex
    3b716215
This project manages its dependencies using npm. Learn more
package.json 2.15 KiB
  "name": "react-scripts",
  "version": "2.0.0",
  "description": "Configuration and scripts for Create React App.",
  "repository": "facebook/create-react-app",
  "license": "MIT",
  "engines": {
    "node": ">=6"
  },
  "bugs": {
    "url": "https://github.com/facebook/create-react-app/issues"
  "files": [
    "bin",
    "config",
    "scripts",
    "template",
    "utils"
  "bin": {
    "react-scripts": "./bin/react-scripts.js"
  "dependencies": {
  "devDependencies": {
7172737475767778798081828384
"react": "^16.3.2", "react-dom": "^16.3.2" }, "optionalDependencies": { "fsevents": "1.2.4" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }