mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
chore: cleanup
This commit is contained in:
@ -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 ?? {},
|
||||
|
Reference in New Issue
Block a user