Skip to content

Commit

Permalink
index without dot
Browse files Browse the repository at this point in the history
  • Loading branch information
jvitor83 committed Aug 8, 2017
1 parent 15d8664 commit 9a2b6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { genRoutingManifest } = require('./routes-2-sw-conf');

const modulePath = getArgument('--module');
const manifestPath = getArgument('--out');
const index = getArgument('--index', './index.html');
const index = getArgument('--index', '/index.html');
const baseUrl = getArgument('--base-href', '/');

console.log(`Resolving routes from ${modulePath}...`);
Expand Down

0 comments on commit 9a2b6e0

Please sign in to comment.