Skip to content

Commit

Permalink
fix(ssr): serialize-javascript dep lost (#6249)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 committed Mar 11, 2021
1 parent fb28f3a commit b72ab31
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 @@ -2,7 +2,7 @@ import * as fs from 'fs';
import { EOL } from 'os';
import assert from 'assert';
import * as path from 'path';
import serialize from 'serialize-javascript';
import serialize from '@umijs/deps/compiled/serialize-javascript';
import { performance } from 'perf_hooks';
import { Route } from '@umijs/core';
import { IApi, BundlerConfigType } from '@umijs/types';
Expand Down

0 comments on commit b72ab31

Please sign in to comment.