You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository has a CLA-Bot running which will ask contributors to sign a Contributor License Agreement (CLA).
28
+
This repository has a CLA-Bot running which will ask contributors to sign a Contributor License Agreement (CLA).
29
29
30
30
Shopify has also adopted a Code of Conduct that we expect contributors to adhere to. Please read the [full text](./CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated.
31
31
@@ -65,11 +65,11 @@ More usage instructions on the `tophat` command can be [found here](https://gith
65
65
66
66
#### Documentation
67
67
68
-
If your change affects the public API of any packages within this repository (i.e. adding or changing arguments to a function, adding a new function, changing the return value, etc), please ensure the documentation is updated, and a changelog is added to reflect this. Documentation is in the `README.md` files of each package. If further documentation is needed please communicate via a GitHub issue.
68
+
If your change affects the public API of any packages within this repository (i.e. adding or changing arguments to a function, adding a new function, changing the return value, etc), please ensure the documentation is updated, and a changelog is added to reflect this. Documentation is in the `README.md` files of each package. If further documentation is needed please communicate via a GitHub issue.
69
69
70
70
#### Testing
71
71
72
-
The packages in this repository are used in mission-critical production scenarios. As such, we do not merge any untested code.
72
+
The packages in this repository are used in mission-critical production scenarios. As such, we do not merge any untested code.
73
73
74
74
To run the full test suite, simply run `dev test` or `yarn test`.
-`shopify/react` now includes plugins in development that add additional information for debugging purposes, and plugins in production that offer some performance optimizations.
320
318
-`shopify/web` now accepts an additional option, `browsers` (an array of [`browserslist`](https://github.com/ai/browserslist) strings) which specifies what browsers to transpile for (defaults to the browsers supported by Shopify’s admin).
321
319
322
-
323
320
### Changed
324
321
325
322
-`shopify/web` and `shopify/node` presets now use [`babel-preset-env`](https://github.com/babel/babel-preset-env) to transpile only the features needed for the target environment.
0 commit comments