builder-react-component icon indicating copy to clipboard operation
builder-react-component copied to clipboard

A React component archetype for builder.

Results 6 builder-react-component issues
Sort by recently updated
recently updated
newest added

For `C:\Documents[SPACE]` in expanded archetype. And possible bug with the space too...

bug

Leave "`npm` special" script names (`test`, `start`) for project to implement.

- [ ] First, see if we _don't need to implement this ticket_ but can instead _document_ how to do easy watching using the new `builder -- ARBITRARY COMMAND LINE...

enhancement

- [ ] Hook up greenkeeper - [ ] Relies on `builder-init` being part of CI to test / verify. - [ ] Hook to / harmonize with semantic versioned...

Sinon currently does not play well with Webpack due to non-standard UMD configuration. We currently globally include it. TASK: - [ ] Update `webpack.config.*.js` to use: ``` js // Add...