Missing )

This commit is contained in:
darcoder 2017-10-25 12:20:03 +03:00 committed by GitHub
parent d787ab4e0a
commit 24a93e8b8b

View File

@ -74,7 +74,7 @@ export default class Generator extends Tapable {
}
const indexPath = join(this.distPath, 'index.html')
if (existsSync(indexPath) {
if (existsSync(indexPath)) {
// Copy /index.html to /200.html for surge SPA
// https://surge.sh/help/adding-a-200-page-for-client-side-routing
const _200Path = join(this.distPath, '200.html')