Build folder rename

This commit is contained in:
2022-09-14 09:27:52 +03:00
parent 36d249f92b
commit d13e318fe6
6 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

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