mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-23 17:52:52 +02:00
Improve documentation and move build target to addon folder
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = {
|
||||
popup: "./popup/left-pad.js"
|
||||
},
|
||||
output: {
|
||||
path: "dist",
|
||||
path: "addon",
|
||||
filename: "[name]/index.js"
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user