diff --git a/local-cli/bundle/buildBundle.js b/local-cli/bundle/buildBundle.js index bcb496cad05d21..cd31e21e0ded4d 100644 --- a/local-cli/bundle/buildBundle.js +++ b/local-cli/bundle/buildBundle.js @@ -56,7 +56,7 @@ async function buildBundle( platform: args.platform, }; - const server = new Server(config); + const server = new Server({...config, resetCache: args.resetCache}); try { const bundle = await output.build(server, requestOpts);