preserve webpack stats, write client assets elsewhere

This commit is contained in:
Rich Harris
2018-05-26 12:31:43 -04:00
parent 98d0df4320
commit e0b4319c7d
4 changed files with 40 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
import * as fs from 'fs';
import * as path from 'path';
import * as glob from 'glob';
import create_routes from './create_routes';
import { posixify, write_if_changed } from './utils';
import { dev, locations } from '../config';
import { Route } from '../interfaces';