mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
using correct destination path
This commit is contained in:
parent
202868269e
commit
56c9f41fd0
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(__dirname, "public/scripts/"),
|
||||
path: path.resolve(__dirname, "public/js/"),
|
||||
filename: "monkeytype.js",
|
||||
},
|
||||
plugins: [
|
||||
|
|
|
@ -15,7 +15,7 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(__dirname, "public/scripts/"),
|
||||
path: path.resolve(__dirname, "public/js/"),
|
||||
filename: "monkeytype.js",
|
||||
},
|
||||
plugins: [
|
||||
|
|
Loading…
Reference in a new issue