Skip to content

Commit

Permalink
fix: "babel-plugin-import" missing (#116)
Browse files Browse the repository at this point in the history
.fatherrc.ts use babel-plugin-import, but "babel-plugin-import" is missing in package.json
  • Loading branch information
falcon11 committed May 24, 2021
1 parent 0201652 commit 4fa31e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/generators/plugin/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<% } -%>
"@umijs/test": "^3.0.10",
"@umijs/test-utils": "^1.0.0",
"babel-plugin-import": "^1.13.3",
"body-parser": "^1.18.2",
"cross-env": "^6.0.3",
"express": "^4.15.3",
Expand Down

0 comments on commit 4fa31e7

Please sign in to comment.