Skip to content

Commit 26a743d

Browse files
pshrmntimdorr
authored andcommitted
Remove react-router as webpack external (remix-run#4487)
1 parent 9c69957 commit 26a743d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/react-router-dom/webpack.config.js

-6
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ module.exports = {
1212
commonjs2: 'react',
1313
commonjs: 'react',
1414
amd: 'react'
15-
},
16-
'react-router': {
17-
root: 'ReactRouter',
18-
commonjs2: 'react-router',
19-
commonjs: 'react-router',
20-
amd: 'react-router'
2115
}
2216
},
2317

0 commit comments

Comments
 (0)