Reduce package size by omitting unused resources

This commit is contained in:
Jordan Rose 2021-01-25 17:52:36 -08:00 committed by Scott Nonnenberg
parent 258bd55dd2
commit 8ebe3f0a95

View file

@ -404,10 +404,11 @@
"node_modules/socks/build/client/*.js",
"node_modules/smart-buffer/build/*.js",
"node_modules/sharp/build/**",
"!node_modules/sharp/{install,src,vendor/include}",
"!node_modules/@journeyapps/sqlcipher/deps/*",
"!node_modules/@journeyapps/sqlcipher/build/*",
"!node_modules/@journeyapps/sqlcipher/lib/binding/node-*",
"node_modules/ringrtc/build/**"
"node_modules/ringrtc/build/${platform}/**"
]
}
}