1. 15 Apr, 2018 3 commits
  2. 13 Apr, 2018 2 commits
  3. 06 Apr, 2018 1 commit
  4. 05 Apr, 2018 1 commit
  5. 04 Apr, 2018 1 commit
  6. 03 Apr, 2018 2 commits
  7. 02 Apr, 2018 4 commits
  8. 27 Mar, 2018 1 commit
  9. 26 Mar, 2018 3 commits
  10. 25 Mar, 2018 1 commit
  11. 23 Mar, 2018 2 commits
  12. 21 Mar, 2018 2 commits
  13. 20 Mar, 2018 1 commit
  14. 18 Mar, 2018 1 commit
    • Brian Ng's avatar
      Bump babel-related deps (#4159) · cb3f8355
      Brian Ng authored
      * Add explicit dep on plugin-proposal-object-rest-spread to babel-preset-react-app
      
      * Bump babel-related deps to beta.42
      
      * Pass useBuiltIns directly to react-preset
      cb3f8355
  15. 15 Mar, 2018 1 commit
  16. 05 Mar, 2018 3 commits
  17. 12 Feb, 2018 1 commit
  18. 11 Feb, 2018 1 commit
  19. 10 Feb, 2018 2 commits
  20. 09 Feb, 2018 2 commits
  21. 07 Feb, 2018 1 commit
    • Ade Viankakrisna Fadlil's avatar
      Ensure workspaces key exists in parent package.json (#3989) · 47d2d941
      Ade Viankakrisna Fadlil authored
      * add default value for globPatterns
      
      without this, the latest alpha broke on start
      ```
      /Users/adeviankakrisnafadlil/Projects/eurecah/node_modules/react-scripts/config/paths.js:130
          .reduce(
           ^
      
      TypeError: Cannot read property 'reduce' of undefined
          at findPkgs (/Users/adeviankakrisnafadlil/Projects/eurecah/node_modules/react-scripts/config/paths.js:130:6)
          at getMonorepoPkgPaths (/Users/adeviankakrisnafadlil/Projects/eurecah/node_modules/react-scripts/config/paths.js:143:22)
          at Object.<anonymous> (/Users/adeviankakrisnafadlil/Projects/eurecah/node_modules/react-scripts/config/paths.js:155:55)
          at Module._compile (module.js:643:30)
          at Object.Module._extensions..js (module.js:654:10)
          at Module.load (module.js:556:32)
          at tryModuleLoad (module.js:499:12)
          at Function.Module._load (module.js:491:3)
          at Module.require (module.js:587:17)
          at require (internal/module.js:11:18)
      error Command failed with exit code 1.
      ```
      
      * also check for pkgPatterns for null
      
      * Update paths.js
      47d2d941
  22. 05 Feb, 2018 1 commit
  23. 04 Feb, 2018 1 commit
  24. 03 Feb, 2018 1 commit
  25. 02 Feb, 2018 1 commit
    • Ian Sutherland's avatar
      Named asset import for SVG files (#3907) · d0e17316
      Ian Sutherland authored
      * Add named asset import for svg files via babel plugin and webpack loader.
      
      * Fix failing e2e test
      
      * Switched to svgr loader
      
      * Updated SVG component test
      
      * Disable named asset import plugin in test environment
      
      * Added tests for including SVG in CSS
      
      * Update tests
      
      * Moved babel plugin config into webpack config
      d0e17316