- 29 Jul, 2019 2 commits
-
-
Nathan Gaberel authored
-
Balázs Orbán authored
-
- 28 Jul, 2019 1 commit
-
-
Brody McKee authored
-
- 26 Jul, 2019 1 commit
-
-
Brody McKee authored
Resolves #7180.
-
- 25 Jul, 2019 3 commits
-
-
Ian Sutherland authored
-
Ian Sutherland authored
* Update deploy instructions in contributing guide * Update docs publishing instructions
-
Ian Sutherland authored
* Add question issue template * Fix bug report template formatting * Fix bug report template formatting * Add labels to pull request template
-
- 22 Jul, 2019 1 commit
-
-
Rudolph Gottesheim authored
-
- 18 Jul, 2019 4 commits
-
-
Alex Guerra authored
Update url-loader to 2.0.1
-
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"
-
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
-
Ivan Pegashev authored
-
- 16 Jul, 2019 2 commits
-
-
Guy Romm authored
Co-Authored-By:
Ian Schmitz <ianschmitz@gmail.com>
-
Brody McKee authored
-
- 15 Jul, 2019 3 commits
-
-
Sudhir Mitharwal authored
-
Sudhir Mitharwal authored
-
Min ho Kim authored
-
- 10 Jul, 2019 1 commit
-
-
Jon Seidel authored
-
- 03 Jul, 2019 2 commits
-
-
Mikhail Vasin authored
-
Brian Muenzenmeyer authored
closes #7288
-
- 27 Jun, 2019 1 commit
-
-
Adeel Imran authored
-
- 26 Jun, 2019 1 commit
-
-
Nikolay Stoynov authored
-
- 24 Jun, 2019 3 commits
-
-
Ian Sutherland authored
* Upgrade webpack to 4.35.0 to fix dynamic import issue * Add a test maybe?
-
TheBear44 authored
-
Brody McKee authored
* Create bug_report.md * Create proposal.md * Update proposal.md * Delete ISSUE_TEMPLATE.md * Update bug_report.md * Update proposal.md
-
- 23 Jun, 2019 1 commit
-
-
Soufiane AIT AKKACHE authored
-
- 18 Jun, 2019 1 commit
-
-
Peter Bengtsson authored
Fixes #3437
-
- 14 Jun, 2019 3 commits
-
-
Ian Schmitz authored
-
Ian Schmitz authored
-
Ivan Aksamentov authored
Array format for `overrides` key in eslint config file is now enforced in ESLint v6. Anyone who uses `eslint-config-react-app` and ESLint v6 gets a type mismatch error. This commit fixes the error by converting the object into a one-element array containing this object. Only 2 characters are added: `[` and `]`. The large diff is due to formatting.
-
- 13 Jun, 2019 1 commit
-
-
James K Nelson authored
-
- 06 Jun, 2019 1 commit
-
-
Andy Hopper authored
-
- 05 Jun, 2019 1 commit
-
-
Ben Newcomb authored
* Update deprecated package reference * Fixed install method after feedback
-
- 29 May, 2019 3 commits
-
-
Toni authored
-
Sebastian Silbermann authored
-
Ian Schmitz authored
-
- 28 May, 2019 1 commit
-
-
Tobias Büschel authored
-
- 24 May, 2019 1 commit
-
-
Ian Sutherland authored
-
- 22 May, 2019 1 commit
-
-
Ryan Boone authored
I'm adding #6821 to breaking changes as this causes any existing script that relies on the structure of `assest-manifest` to break.
-
- 21 May, 2019 1 commit
-
-
Ian Sutherland authored
-