Skip to content

Commit

Permalink
Fix react case
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskaya committed Feb 24, 2021
1 parent c865ae5 commit c5aef5f
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 @@ -15,7 +15,7 @@ module.exports = {
],
},
externals: {
react: 'React',
react: 'react',
},
plugins: [
new CleanWebpackPlugin(['dist']),
Expand Down

0 comments on commit c5aef5f

Please sign in to comment.