Skip to content

Commit

Permalink
fix(umi-plugin): externalDemo path broken on windows (umijs#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deturium authored and PeachScript committed Dec 8, 2019
1 parent 7e4021b commit 59f2adb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'fs';
import path from 'path';
import path from 'upath';
import visit from 'unist-util-visit';
import transformer, { TransformResult } from '../index';

Expand Down

0 comments on commit 59f2adb

Please sign in to comment.