Reduce package size by omitting unused resources
This commit is contained in:
parent
258bd55dd2
commit
8ebe3f0a95
1 changed files with 2 additions and 1 deletions
|
@ -404,10 +404,11 @@
|
||||||
"node_modules/socks/build/client/*.js",
|
"node_modules/socks/build/client/*.js",
|
||||||
"node_modules/smart-buffer/build/*.js",
|
"node_modules/smart-buffer/build/*.js",
|
||||||
"node_modules/sharp/build/**",
|
"node_modules/sharp/build/**",
|
||||||
|
"!node_modules/sharp/{install,src,vendor/include}",
|
||||||
"!node_modules/@journeyapps/sqlcipher/deps/*",
|
"!node_modules/@journeyapps/sqlcipher/deps/*",
|
||||||
"!node_modules/@journeyapps/sqlcipher/build/*",
|
"!node_modules/@journeyapps/sqlcipher/build/*",
|
||||||
"!node_modules/@journeyapps/sqlcipher/lib/binding/node-*",
|
"!node_modules/@journeyapps/sqlcipher/lib/binding/node-*",
|
||||||
"node_modules/ringrtc/build/**"
|
"node_modules/ringrtc/build/${platform}/**"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue