adapt manifest.json to v3.

This commit is contained in:
fiatjaf
2022-01-26 14:14:46 -03:00
parent 04279b2409
commit 114eccc318
2 changed files with 9 additions and 9 deletions

View File

@@ -25,7 +25,8 @@ esbuild
],
sourcemap: prod ? false : 'inline',
define: {
global: 'window'
window: 'self',
global: 'self'
}
})
.then(() => console.log('build success.'))