3 Commits

Author SHA1 Message Date
Ben Scott
0edecb7697 Update to latest sewing-kit
Update a few dependencies that we want to keep in sync with sewing-kit

Use `sewing-kit optimize` to optimize svgs instead of maintaining our
own script which does the same thing.
2019-05-08 11:26:14 +02:00
Ben Scott
887acb950f Use import styles from notation when importing scss
The css-modules spec says to use this format, and we transform our
imports as part of the build to use this format so we should use this
style initially to save that indirection
2019-02-04 17:08:06 -08:00
Ben Scott
296dc34bed Specify babel config in babel.config.js
Settings in babel.config.js are project-wide and used every time you
call babel. This saves us repeating ourselves in the various places we
trigger babel

Usually we want to compile targeting the web, however when running in
Jest we want to target a node environment
2019-01-23 12:11:38 -08:00