Skip to content

Commit

Permalink
fix: remove unused module
Browse files Browse the repository at this point in the history
  • Loading branch information
swashata committed Apr 18, 2019
1 parent c2e1956 commit 4bb0d3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/scripts/src/bin/serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import chalk from 'chalk';
import logSymbols from 'log-symbols';
import ora from 'ora';
import path from 'path';
import clearConsole from 'react-dev-utils/clearConsole';
import formatWebpackMessages from 'react-dev-utils/formatWebpackMessages';
import webpack from 'webpack';
import { getProjectAndServerConfig } from '../config/getProjectAndServerConfig';
Expand Down

0 comments on commit 4bb0d3a

Please sign in to comment.