Skip to content

Commit 472f462

Browse files
committed
Remove unused externals
1 parent 4573fde commit 472f462

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

webpack.config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ function makeConfig({ target }) {
3838
amd: 'react',
3939
},
4040
},
41-
{
42-
'react-dom': {
43-
root: 'ReactDOM',
44-
commonjs2: 'react-dom',
45-
commonjs: 'react-dom',
46-
amd: 'react-dom',
47-
},
48-
},
4941
],
5042
module: {
5143
rules: [

0 commit comments

Comments
 (0)