node 6 is the new IE

This commit is contained in:
Rich Harris
2018-01-15 09:36:12 -05:00
parent 3807147c57
commit e25fceb4b8
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ const sander = require('sander');
const app = require('express')();
const cheerio = require('cheerio');
const fetch = require('node-fetch');
const { URL } = require('url');
const URL = require('url-parse');
const sapper = require('../index.js');
const { PORT = 3000, OUTPUT_DIR = 'dist' } = process.env;