• Clement Hoang's avatar
    Switch to Babel 7 (#3522) · 1552949a
    Clement Hoang authored
    * Update dependencies in react-scripts
    
    * Add first pass of working dependencies for babel-preset-react-app and react-scripts
    
    * Bump more dependency versions
    
    * Adjust more versions and edit fix options
    
    * Restore functionality of old preset
    
    * Disable Uglify in iframe webpack
    
    * Apply prettier
    
    * Re-enable cache in dev and clean deps
    
    * Lock packages and move babel/core to dep in preset
    
    * Bump babel-jest
    
    * Re-enable uglify
    
    * Nest forceAllTransforms correctly in webpack config
    
    * Install babel-core bridge for jest
    
    * Add jest-cli and babel-core bridge to make tests in react-error-overlay pass
    
    * Re-enable transform-dynamic-import
    
    * Add dynamic import syntax support back
    
    * Use new babel in kitchensink
    
    * Transform modules in test
    
    * Revert "Transform modules in test"
    
    This reverts commit 539e46a1.
    
    * Attempt fix for ejected tests
    
    * try this
    
    * Add regenerator back
    
    * Bump babel deps to beta.34
    
    * Remove bad files
    
    * Use default when requiring babel transform plugin
    
    * Bump deps
    
    * Try the fix?
    
    * Oopsie
    
    * Remove some weird things
    
    * Run Babel on react-error-overlay tests
    
    * Try fixing kitchensink
    
    * Use new API for codeFrame
    
    * Add missing (?) babelrc
    
    * Maybe this helps?
    
    * Maybe fix mocha
    
    * I shouldn't have deleted this :face_palm:
    Unverified
    1552949a
This project manages its dependencies using npm. Learn more
package.json 1.86 KiB
  "name": "react-scripts",
  "version": "1.1.0",
  "description": "Configuration and scripts for Create React App.",
  "repository": "facebookincubator/create-react-app",
  "license": "MIT",
  "engines": {
    "node": ">=6"
  },
  "bugs": {
    "url": "https://github.com/facebookincubator/create-react-app/issues"
  "files": [
    "bin",
    "config",
    "scripts",
    "template",
    "utils"
  "bin": {
    "react-scripts": "./bin/react-scripts.js"
  "dependencies": {
  "devDependencies": {
  "optionalDependencies": {
7172
}