react-heatpack icon indicating copy to clipboard operation
react-heatpack copied to clipboard

A 'heatpack' command for quick React development with webpack hot reloading

Results 9 react-heatpack issues
Sort by recently updated
recently updated
newest added

Rather than trying to support everything out of the box for users (a la #21), it'd be super nice if the webpack instance could load configuration options, like loaders and...

builds off of the incomplete babel6 pr. @insin this is a question as much as a PR. the css loading is specified in a way I've never seen. why the...

I've problem using this global variables in react component `export default class App extends Component { var numbers = new Array();` does heatpack supports this? or how to configure it...

The entry file heatpack uses could automatically render https://github.com/iamdustan/yellowbox-react for you, or put it behind a flag.

The console gets spammed with warnings about using @

`git log --format='%aN ' | sort -f | uniq`

- Use temp to create a temp directory - Copy the contents of the `test/` directory to it - `process.chdir(tempDir)` - Run heatpack , wait for it to build -...