UNPKG

react-clonewithprops

Version:

Stand-alone React cloneWithProps util that works with multiple versions of React

12 lines (10 loc) 190 B
module.exports = { entry: "./test.js", output: { path: __dirname, filename: "test-bundle.js" }, externals: { 'react': 'window.React' }, };