Skip to content

Commit ac74972

Browse files
authored
Merge pull request #225 from jochenberger/patch-1
Fix webpack config
2 parents fef69fd + fc4800f commit ac74972

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

webpack.config.babel.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ export default {
3232
},
3333
},
3434
{
35-
'react-router': {
36-
root: 'ReactRouter',
37-
commonjs2: 'react-router',
38-
commonjs: 'react-router',
39-
amd: 'react-router',
35+
'react-router-dom': {
36+
root: 'ReactRouterDOM',
37+
commonjs2: 'react-router-dom',
38+
commonjs: 'react-router-dom',
39+
amd: 'react-router-dom',
4040
},
4141
},
4242
],

0 commit comments

Comments
 (0)