Skip to content

Commit

Permalink
Fix jscodeshift import (fixes webpack#1064)
Browse files Browse the repository at this point in the history
jscodeshift doesn't expose a default import
  • Loading branch information
ohana54 committed Oct 2, 2019
1 parent b46efe6 commit 50ef0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/migrate/index.ts
Expand Up @@ -11,7 +11,7 @@ import runPrettier from "@webpack-cli/utils/run-prettier";

import { transformations } from "./migrate";
import { Node } from "./types/NodePath";
import jscodeshift from "jscodeshift";
import * as jscodeshift from "jscodeshift";

declare let process: {
cwd: Function;
Expand Down

0 comments on commit 50ef0a8

Please sign in to comment.