FormidableLabs / formidable-react-component-boilerplate

MIT License
22 stars 2 forks source link

keep component name in a config #18

Closed boygirl closed 9 years ago

boygirl commented 9 years ago

Right now anyone using this boilerplate has to change the boilerplate-component to their component name in the src/components/boilerplate-component.jsx, src/index.js, webpack.config.js, and webpack.config.dev.js. Ideally this could be stored in a config file that is written by the generator so that none of this is necessary.

ryan-roemer commented 9 years ago

In meta.js