Skip to content

Commit 2f8e907

Browse files
committed
Make sure the proptypes package is not included in the UMD build
1 parent 4b7d70f commit 2f8e907

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

nwb.config.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ module.exports = {
55
umd: {
66
global: 'ReactHyperResponsiveTable',
77
externals: {
8-
react: 'React'
9-
}
10-
}
11-
}
12-
}
8+
react: 'React',
9+
'prop-types': 'PropTypes',
10+
},
11+
},
12+
},
13+
};

0 commit comments

Comments
 (0)