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.
Right now anyone using this boilerplate has to change the
boilerplate-component
to their component name in thesrc/components/boilerplate-component.jsx
,src/index.js
,webpack.config.js
, andwebpack.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.