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
Switched from EJS for templating to basic HTML using template string interpolation.
This change allows for much more flexibility, i.e. with react-helmet
and dynamically requiring content, such as styles.
Introduces PostCSS to enable autoprefixer, since support of older browser (looking at you IE) is still important.
Implement eslint and basic configuration.
Implements basic test engine using jest.
Improves production build by executing steps in parallel.