You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just noticed that in dev mode if you change a file like the background.ts in the demo extension the build:manifest hook of the new auto-icons module sends the icons property found console log which is due to the manifest.icons being filled out by the module the first dev run but the build:manifestGenerated hook should always get the "clean" manifest only the generated steps at that point in time
Reproduction
cd packages/wxt-demo
pnpm dev
# Save entrypoints/background.ts and you'll see the auto-icon warnings
Describe the bug
Just noticed that in dev mode if you change a file like the
background.ts
in the demo extension thebuild:manifest
hook of the new auto-icons module sends the icons property found console log which is due to themanifest.icons
being filled out by the module the first dev run but the build:manifestGenerated hook should always get the "clean" manifest only the generated steps at that point in timeReproduction
Steps to reproduce
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: