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
Currently, I work on a side project with Atom Electron, and I use this libs to access GitHub API.
But when I package the application, I found the size added more than 40M. Finally, and I found the karma-phantomjs-launcher is the reason, I think it should be in "devDependencies".
The text was updated successfully, but these errors were encountered:
When use the Electron to package the application, it will also package the node_modules. In the prev verison, the libs karma, phantomjs was depended by karma-phantomjs-launcher, those packages will also be package to application. the size of karma almost 30M, and phantomjs will be 15M.
Currently, I work on a side project with Atom Electron, and I use this libs to access GitHub API.
But when I package the application, I found the size added more than 40M. Finally, and I found the
karma-phantomjs-launcher
is the reason, I think it should be in "devDependencies".The text was updated successfully, but these errors were encountered: