Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Bianca Danforth 9300a061da Incorporate feedback from osmose. 2018-07-09 16:56:41 -07:00
Bianca Danforth 7dafaa8ab9 Add React to sidebar in web extension.
Uses webpack to transpile sidebar.jsx into JavaScript to render the Sidebar component, which is currently a pure React component (i.e. stateless).

In addition to adding React and ReactDOM deps, I added the following devDeps:
* babel-core: Library to do the transpilation
* babel-loader: Enable transpiling using Babel via Webpack
* babel-preset-env: Compiles ES2015+ down to ES5
* babel-preset-react: Compiles JSX to JS
2018-07-06 18:30:12 -07:00