Improve documentation and move build target to addon folder

This commit is contained in:
Martin Giger
2016-09-29 12:11:56 +02:00
parent 71641abd14
commit 1974e3cea6
6 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ module.exports = {
popup: "./popup/left-pad.js"
},
output: {
path: "dist",
path: "addon",
filename: "[name]/index.js"
}
};