[MM-19327] Remove Finder from desktop app (#1515)

* [MM-19327] Remove Finder from desktop app

* Lint fix

* Commenting out flaky test

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Devin Binnie
2021-03-24 10:19:41 -04:00
committed by GitHub
parent b5c59fa8ce
commit 66a2c3f7b1
14 changed files with 12 additions and 502 deletions

View File

@@ -20,7 +20,6 @@ module.exports = merge(base, {
mainWindow: './src/main/preload/mainWindow.js',
preload: './src/main/preload/mattermost.js',
modalPreload: './src/main/preload/modalPreload.js',
finderPreload: './src/main/preload/finderPreload.js',
loadingScreenPreload: './src/main/preload/loadingScreenPreload.js',
},
output: {