Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Dec 26, 2017
1 parent 08c866d commit 62acd1f
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 @@ -25,7 +25,7 @@ module.exports = {
},
resolve: {
alias: {
'd3': 'd3/build/d3.js'
d3: 'd3/build/d3.js'
}
},
};

0 comments on commit 62acd1f

Please sign in to comment.