Fixed user scrolling in all note list

This commit is contained in:
2022-09-28 21:02:05 +03:00
parent 0f3b3d527d
commit 26bcc0cbfb
6 changed files with 8 additions and 15 deletions

View File

@@ -4,6 +4,7 @@ const path = require('path');
module.exports = {
mode: 'production',
devtool: 'source-map',
entry: {
twitchNotes: path.resolve(__dirname, 'src/index.ts'),
},
@@ -41,5 +42,5 @@ module.exports = {
},
resolve: {
extensions: ['.ts', '.js'],
},
}
}