feat: 0.9.0
Some checks failed
CI / build (push) Failing after 7s
CI / deploy (push) Has been skipped

This commit is contained in:
2026-05-02 15:41:15 -04:00
parent a26f20609a
commit 874b3a643e
38 changed files with 263 additions and 303 deletions

View File

@@ -22,9 +22,10 @@ const defines = {
__VERSION__: JSON.stringify(package.version),
}
module.exports = [
module.exports = (env, argv) => [
// WebExtension
{
devtool: argv.mode === 'production' ? false : 'source-map',
entry: {
content: './src/content/content.ts',
background: './src/background/background.ts',