Skip to content

Commit

Permalink
fix(swc): SWC doesn't reload the application on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanManders committed Jul 19, 2023
1 parent cb547fa commit ad30bcb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/compiler/swc/swc-compiler.ts
Expand Up @@ -2,8 +2,7 @@ import * as chalk from 'chalk';
import { fork } from 'child_process';
import * as chokidar from 'chokidar';
import { readFileSync } from 'fs';
import { join } from 'path';
import { isAbsolute } from 'path/posix';
import { join, isAbsolute } from 'path';
import * as ts from 'typescript';
import { Configuration } from '../../configuration';
import { ERROR_PREFIX } from '../../ui';
Expand Down

0 comments on commit ad30bcb

Please sign in to comment.