build: add Firefox development foundation
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
export default {
|
||||
sourceDir: ".",
|
||||
artifactsDir: "web-ext-artifacts",
|
||||
ignoreFiles: [
|
||||
"AGENTS.md",
|
||||
"CHANGELOG.md",
|
||||
"README.md",
|
||||
"package.json",
|
||||
"package-lock.json",
|
||||
"web-ext-config.mjs",
|
||||
"web-ext-artifacts/**",
|
||||
],
|
||||
build: {
|
||||
filename: "search-with-chatgpt-firefox-{version}.zip",
|
||||
overwriteDest: true,
|
||||
},
|
||||
lint: {
|
||||
warningsAsErrors: true,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user