Improved build bundle size by excluding node_modules/; updated .gitignore
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
"icon": "./icos/",
|
||||
"files": [
|
||||
"newton/",
|
||||
"build/"
|
||||
"build/",
|
||||
"!node_modules/"
|
||||
],
|
||||
"mac": {
|
||||
"category": "public.app-category.developer-tools"
|
||||
|
Reference in New Issue
Block a user