1
0
Fork 0

feat(cfp): Updated for React 17 / CRA 4 / Webpack 5

This commit is contained in:
Joost De Cock 2021-05-22 17:58:52 +02:00
parent e3358a03ef
commit 380fa33c6a
7 changed files with 34 additions and 19 deletions

View file

@ -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,