Skip to content

Commit

Permalink
#130. Add react-select plugin to Editor component (forms)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkushman committed Sep 26, 2018
1 parent 6c2ed7c commit b594420
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const config = {
'superagent': 'umd superagent',
'react-minimal-pie-chart': 'umd react-minimal-pie-chart',
'react-trend': 'umd react-trend',
'react-select': 'react-select'
'react-select': 'umd react-select'
}
};
module.exports = config;

0 comments on commit b594420

Please sign in to comment.