Build folder rename
This commit is contained in:
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
@@ -8,7 +8,7 @@ module.exports = {
|
|||||||
twitchNotes: path.resolve(__dirname, 'src/index.ts'),
|
twitchNotes: path.resolve(__dirname, 'src/index.ts'),
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
path: path.resolve(__dirname, 'Twitch Notes'),
|
path: path.resolve(__dirname, 'extension'),
|
||||||
filename: "twitch-notes.js",
|
filename: "twitch-notes.js",
|
||||||
assetModuleFilename: "[name][ext]"
|
assetModuleFilename: "[name][ext]"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user