Skip to content

Commit

Permalink
fix(package-json): 缺少依赖
Browse files Browse the repository at this point in the history
缺少依赖
  • Loading branch information
Rabi-Wang committed Dec 31, 2020
1 parent e6276a2 commit b70b613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpackPlugin/auto-routes-webpack-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const routes: IRoutes[] = [
}

apply (compiler) {
compiler.hooks.watchRun .tapAsync('AutoRoutesWebpackPlugin', async (params, callback) => {
compiler.hooks.watchRun.tapAsync('AutoRoutesWebpackPlugin', async (params, callback) => {
try {
await this.init()
await this.writeRoute(this.routesPath, this.pagesPath)
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"execa": "^5.0.0",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"minimist": "^1.2.5",
"semver": "^7.3.4",
"validate-npm-package-name": "^3.0.0"
}
Expand Down

0 comments on commit b70b613

Please # to comment.