skip webpack annotations when using Rollup

This commit is contained in:
Rich Harris
2018-08-30 18:38:46 -04:00
parent 1e22031765
commit 70fd7038b0
3 changed files with 17 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ async function execute(emitter: EventEmitter, {
const route_objects = create_routes();
// create app/manifest/client.js and app/manifest/server.js
create_main_manifests({ routes: route_objects });
create_main_manifests({ bundler, routes: route_objects });
const { client, server, serviceworker } = create_compilers(validate_bundler(bundler), { webpack, rollup });