[optimizer] remove unused imports

This commit is contained in:
spalger 2016-12-15 11:01:37 -07:00
parent 10016f362d
commit b841c917f9

View file

@ -1,7 +1,5 @@
import { resolve } from 'path';
import { writeFile } from 'fs';
import { inherits } from 'util';
import { format as formatUrl } from 'url';
import webpack from 'webpack';
import Boom from 'boom';