Skip to content

Commit 9898ab5

Browse files
author
hustcc
committed
Merge branch 'master' of github.com:hustcc/echarts-for-react
2 parents 5bf431e + 5dfc251 commit 9898ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
loaders:[{
1212
test: /\.js[x]?$/,
1313
exclude: /node_modules/,
14-
loader: 'babel-loader?presets[]=es2015&presets[]=react',
14+
loader: 'babel-loader?presets[]=es2015&presets[]=react'
1515
}, {
1616
test: /\.css$/,
1717
loader: 'style-loader!css-loader'

0 commit comments

Comments
 (0)