using correct destination path

This commit is contained in:
Miodec 2022-02-12 16:27:49 +01:00
parent 202868269e
commit 56c9f41fd0
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ module.exports = {
],
},
output: {
path: path.resolve(__dirname, "public/scripts/"),
path: path.resolve(__dirname, "public/js/"),
filename: "monkeytype.js",
},
plugins: [

View file

@ -15,7 +15,7 @@ module.exports = {
},
},
output: {
path: path.resolve(__dirname, "public/scripts/"),
path: path.resolve(__dirname, "public/js/"),
filename: "monkeytype.js",
},
plugins: [