You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace require's with import and make it type: module in package.json. This will allow us to strop adding exceptions for it in webpack config and tree-shaking should just work.
We might also want to get rid of index.js and have the main and renderer helpers be completely separate import paths.
The text was updated successfully, but these errors were encountered:
Replace require's with import and make it
type: module
in package.json. This will allow us to strop adding exceptions for it in webpack config and tree-shaking should just work.We might also want to get rid of index.js and have the main and renderer helpers be completely separate import paths.
The text was updated successfully, but these errors were encountered: