1. 29 Jul, 2019 2 commits
  2. 28 Jul, 2019 1 commit
  3. 26 Jul, 2019 1 commit
  4. 25 Jul, 2019 3 commits
  5. 22 Jul, 2019 1 commit
  6. 18 Jul, 2019 4 commits
    • Alex Guerra's avatar
      Merge pull request #7378 from heyimalex/update_url_loader · a95c5737
      Alex Guerra authored
      Update url-loader to 2.0.1
      a95c5737
    • Alex Guerra's avatar
      Update url-loader to 2.0.1 · 58fad404
      Alex Guerra authored
      This closes #7359 by making IMAGE_INLINE_SIZE_LIMIT=0 actually disable image inlining.
      
      We use url-loader's `limit` option to set the line at which images will be inlined, and we basically expose this option to our end users via the IMAGE_INLINE_SIZE_LIMIT environment variable. Most people using it want to disable inlining images all together (the major motivator for adding it at all was I think for strict CSP), and our documentation said setting the value to zero would do that. However, it did the opposite: url-loader treated zero as "no limit".
      
      The update to 2.x fixes this; zero means nothing gets inlined. The other changes from the version bump shouldn't affect us:
      - minimum node version is 8.9.x, we already require 8.10.x
      - the limit was "greater than", is now "greater than or equal to"
      58fad404
    • Alex Guerra's avatar
      Fix CI issue on windows (#7385) · 45e07031
      Alex Guerra authored
      * Attempt at fixing CI issue on windows
      
      * Try to debug why verdaccio isn't in the ps output
      
      * Just remove the kill call alltogether
      45e07031
    • Ivan Pegashev's avatar
  7. 16 Jul, 2019 2 commits
  8. 15 Jul, 2019 3 commits
  9. 10 Jul, 2019 1 commit
  10. 03 Jul, 2019 2 commits
  11. 27 Jun, 2019 1 commit
  12. 26 Jun, 2019 1 commit
  13. 24 Jun, 2019 3 commits
  14. 23 Jun, 2019 1 commit
  15. 18 Jun, 2019 1 commit
  16. 14 Jun, 2019 3 commits
  17. 13 Jun, 2019 1 commit
  18. 06 Jun, 2019 1 commit
  19. 05 Jun, 2019 1 commit
  20. 29 May, 2019 3 commits
  21. 28 May, 2019 1 commit
  22. 24 May, 2019 1 commit
  23. 22 May, 2019 1 commit
  24. 21 May, 2019 1 commit