Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hustcc/echarts-for-react
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Oct 11, 2016
2 parents 5bf431e + 5dfc251 commit 9898ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
loaders:[{
test: /\.js[x]?$/,
exclude: /node_modules/,
loader: 'babel-loader?presets[]=es2015&presets[]=react',
loader: 'babel-loader?presets[]=es2015&presets[]=react'
}, {
test: /\.css$/,
loader: 'style-loader!css-loader'
Expand Down

0 comments on commit 9898ab5

Please sign in to comment.