Skip to content

Commit 78e5c6d

Browse files
committed
feat(config): add web-ext configuration file to manage build and ignore settings
1 parent 163e720 commit 78e5c6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
verbose: false,
33
ignoreFiles: [
44
"AGENTS.md",
@@ -7,7 +7,7 @@ module.exports = {
77
"package-lock.json",
88
"README.md",
99
"jest.config.js",
10-
"web-ext-config.cjs",
10+
"web-ext-config.mjs",
1111

1212
// directories to ignore
1313
"docs",

0 commit comments

Comments
 (0)