Skip to content

Commit 41720a3

Browse files
committed
chore: Comment
1 parent 670d157 commit 41720a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ function compileCSS(src: string, from: string) {
3636
filename: from,
3737
code: Buffer.from(compiled.css),
3838
minify: !dev,
39-
targets: { chrome: 116 << 16 }, // eslint-disable-line no-bitwise
39+
// eslint-disable-next-line no-bitwise
40+
targets: { chrome: 116 << 16 }, // matches manifest minimum_chrome_version
4041
});
4142

4243
for (const warning of minified.warnings) {

0 commit comments

Comments
 (0)