chore: cleanup

This commit is contained in:
Igor Randjelovic
2021-03-26 22:58:49 +01:00
parent 75e6009b8a
commit b7da9d573f
3 changed files with 71 additions and 169 deletions

View File

@ -8,7 +8,6 @@ import path from 'path';
import fs from 'fs';
import { parseEnvFlags } from '../cli/parseEnvFlags';
import { run } from "./devServer";
const defaultConfig = path.resolve(
__dirname,
@ -108,9 +107,6 @@ program
}
if (options.watch) {
// run dev server
run();
console.log('webpack is watching the files...')
compiler.watch(
configuration.watchOptions ?? {},