Don't webpack electron main, separate electron
* Don't webpack electron-main.js: no need to webpack in electron * Keep the electron file separate from the webapp, in their own 'electron' directory
This commit is contained in:
parent
976c20a2f7
commit
2026142595
4 changed files with 9 additions and 44 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,10 +5,8 @@
|
|||
/node_modules
|
||||
/packages/
|
||||
/vector/bundle.*
|
||||
/vector/electron-main.*
|
||||
/vector/components.css
|
||||
/vector/emojione/
|
||||
/vector/electron/
|
||||
/vector/config.json
|
||||
/vector/olm.js
|
||||
.DS_Store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue