diff --git a/bundle/buildBundle.js b/bundle/buildBundle.js index bcb496cad..cd31e21e0 100644 --- a/bundle/buildBundle.js +++ b/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);