Skip to content

Commit 6740d40

Browse files
author
Nicolas Garnier
committed
Fixing issue with React import casing.
fixes #17
1 parent 4505311 commit 6740d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const config = {
2828
libraryTarget: 'commonjs2',
2929
},
3030
externals: {
31-
'react': 'React',
31+
'react': 'react',
3232
'firebaseui': 'firebaseui',
3333
},
3434
devtool: 'source-map',

0 commit comments

Comments
 (0)