• Maël Nison's avatar
    Plug'n'Play support (#5136) · 9e074bbf
    Maël Nison authored
    * Adds the PnP plugin for Webpack to find dependencies when working under PnP
    
    * Adds configuration for jest
    
    * Adds an e2e test for when using PnP
    
    * Avoids cra from crashing at the engine check
    
    * Avoids cra from crashing when initializing react-scripts
    
    * Makes the ownPath portable
    
    * Fixes linting
    
    * Bumps to pnp-webpack-plugin@1.1.0, removes symlinks: false
    
    * Adds a --use-pnp option
    
    * Pin version
    9e074bbf
package.json 984 bytes
  "name": "babel-preset-react-app",
  "version": "2.0.1",
  "description": "Babel preset used by Create React App",
  "repository": "facebookincubator/create-react-app",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/facebookincubator/create-react-app/issues"
  },
  "files": [
    "index.js"
  "dependencies": {