Skip to content

ntnyq-dev/repro-taze-config-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repro-taze-config-issue

Step to repro

run pnpm run bump.

taze.config.ts is ignored.

html-webpack-plugin is not excluded from bumpping.

Workaround

Overrides unconfig to 0.3.13

{
  "pnpm": {
    "overrides": {
      "unconfig": "0.3.13"
    }
  }
}