Skip to content

Commit

Permalink
fix(preset-built-in): ssr failed with node 10 (umijs#7161)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript authored Aug 12, 2021
1 parent 7882808 commit 696ab89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preset-built-in/src/plugins/features/ssr/ssr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
winPath,
} from '@umijs/utils';
import assert from 'assert';
import * as fs from 'fs';
import fs from 'fs';
import { EOL } from 'os';
import * as path from 'path';
import { performance } from 'perf_hooks';
Expand Down

0 comments on commit 696ab89

Please sign in to comment.