Skip to content

Commit

Permalink
chore: upgrade styleguidist (#23)
Browse files Browse the repository at this point in the history
* Upgraded Styleguidist to latest version. Theme of lightelligence.

* Fix audit

* Code review
  • Loading branch information
drinchev authored and frabbit committed Aug 28, 2019
1 parent 93afcd4 commit a6303d0
Show file tree
Hide file tree
Showing 20 changed files with 1,237 additions and 766 deletions.
7 changes: 6 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ if (typeof env === 'undefined') {
// test runner or styleguidist
module.exports = {
presets: ['@babel/preset-env'],
plugins: ['@babel/plugin-transform-runtime'],
plugins: [
'@babel/plugin-proposal-class-properties',
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-transform-react-jsx',
'@babel/plugin-transform-runtime',
],
sourceMaps: true,
};
return;
Expand Down
Loading

0 comments on commit a6303d0

Please sign in to comment.