feat(cfp): Updated for React 17 / CRA 4 / Webpack 5
This commit is contained in:
parent
e3358a03ef
commit
380fa33c6a
7 changed files with 34 additions and 19 deletions
|
@ -134,9 +134,9 @@ module.exports = async opts => {
|
|||
|
||||
config.set('author', info.author)
|
||||
config.set('manager', info.manager)
|
||||
config.set('template', 'default')
|
||||
config.set('template', 'freesewing')
|
||||
config.set('license', 'MIT')
|
||||
info.template = 'default'
|
||||
info.template = 'freesewing'
|
||||
|
||||
return {
|
||||
...info,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue