- Oct 17, 2018
-
-
Ray Schamp authored
Also include babel-core bridge for Jest itself, which depends on Babel 6.
-
Ray Schamp authored
-
- May 14, 2018
-
-
Michael "Z" Goddard authored
-
- May 07, 2018
-
-
Michael "Z" Goddard authored
-
- Aug 09, 2017
-
-
Paul Kaplan authored
-
- Jul 19, 2017
-
-
chrisgarrity authored
Dynamic import didn’t do what we wanted, so just added `npm run i18n:msgs` to the start command. This is just temporary. Other changes as requested: * exports in one place * loc=> locale Also fixed use of require for localeData to use dynamic import (this one works), so the babelrc changes are needed, otherwise import as a function is not recognized.
-
- Jul 17, 2017
-
-
chrisgarrity authored
Generating the localization source to update the translation system (transifex) is really separate from building. When building we want to be using the current state of translations from transifex, and the english default strings are not needed. Uses the babel-cli to run the babel-plugin-react-intl separately from webpack.
-
- Jun 13, 2017
-
-
Susie Sahim authored
-
Susie Sahim authored
WIP getting a react test working. Throws syntax error on svgs so need to maybe configure jest to use existing webpack config instead which probably properly handles svgs. - added additional plugins to get tests working
-