react-heatpack v1.2.0 Release Notes

Release Date: 2015-07-04 // almost 9 years ago
  • Added: the code in the given script is now checked for the presence of React.render - if not present, it's assumed the script exports a React component and heatpack will create a new entry module which imports the component and calls React.render() with it (#2)

    Added: -f and --force flags to skip the new React.render check, forcing the specified script to be used as the entry point by webpack.