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;

View File

@@ -29,6 +29,7 @@
"rimraf": "^2.6.2",
"sander": "^0.6.0",
"serialize-javascript": "^1.4.0",
"url-parse": "^1.2.0",
"walk-sync": "^0.3.2",
"webpack": "^3.10.0",
"webpack-hot-middleware": "^2.21.0"