fix: desktop (#1080)

This commit is contained in:
Mo
2022-06-09 18:01:00 -05:00
committed by GitHub
parent 9c65d64200
commit 6801c3dd3b
16 changed files with 296 additions and 1259 deletions

View File

@@ -93,6 +93,9 @@ module.exports = function ({ onlyTranspileTypescript = false, experimentalFeatur
{
from: 'app/node_modules',
to: 'node_modules',
globOptions: {
ignore: ['**/standard-notes/**'],
},
},
{
from: 'app/stylesheets/renderer.css',