Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
Fixes the config for Webpack 2 on the styleguide.config.js (#89)
Browse files Browse the repository at this point in the history
* Fixes the config for Webpack 2 on the styleguide.config.js

* Changes the package.json to lock the react-styleguidist version to 5.1.10
  • Loading branch information
mAiNiNfEcTiOn committed May 11, 2017
1 parent 1b28b86 commit 98a297b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"jest-cli": "^19.0.1",
"jest-serializer-enzyme": "^1.0.0",
"react-addons-test-utils": "^0.14.8",
"react-styleguidist": "^5.0.0",
"react-styleguidist": "~5.1.10",
"webpack-hot-middleware": "^2.15.0"
},
"greenkeeper": {
Expand Down
12 changes: 6 additions & 6 deletions styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ module.exports = {
},
webpackConfig: {
module: {
loaders: [
rules: [
{
test: /\.js?$/,
include: __dirname + '/components',
loader: 'babel'
}
]
}
}
use: 'babel-loader',
},
],
},
},
};

0 comments on commit 98a297b

Please sign in to comment.