Skip to content

Commit

Permalink
[Edit] Update webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
nekronhuang committed Mar 10, 2017
1 parent 8eb4e23 commit 1acd91d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "~6.14.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.22.0",
"babel-preset-stage-2": "^6.18.0",
"chai": "~3.5.0",
"commander": "~2.9.0",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = {
presets: [
'es2015',
'react',
'stage-0',
]
}
},
Expand Down

0 comments on commit 1acd91d

Please sign in to comment.