Changed build location

This commit is contained in:
2022-09-13 23:01:33 +03:00
parent 7e667fd9e4
commit 36d249f92b
4 changed files with 3 additions and 5 deletions

View File

@@ -8,9 +8,8 @@ module.exports = {
twitchNotes: path.resolve(__dirname, 'src/index.ts'),
},
output: {
path: path.resolve(__dirname, 'dist'),
path: path.resolve(__dirname, 'Twitch Notes'),
filename: "twitch-notes.js",
clean: true,
assetModuleFilename: "[name][ext]"
},
module: {