Skip to content

Commit

Permalink
Merge pull request #9 from GitScrum/issue-6
Browse files Browse the repository at this point in the history
#6 update ava and remove babel-presets-stage-2
  • Loading branch information
Scrum committed Dec 29, 2015
2 parents 8e3ff35 + 22fabd7 commit e7e2648
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"css-loader": "^0.23.0",
"eslint-config-xo": "^0.9.0",
"eslint-config-xo-react": "^0.3.0",
Expand Down
5 changes: 1 addition & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ module.exports = {
},
{
test: /\.(js|jsx)$/,
loader: 'babel',
query: {
stage: 2
}
loader: 'babel'
},{
test: /\.jpg$/,
loader: 'file-loader'
Expand Down

0 comments on commit e7e2648

Please sign in to comment.