Skip to content

Commit

Permalink
feat(cli): split node_modules for subpackage
Browse files Browse the repository at this point in the history
wxa used to generate all node modules to dist/npm that impact the main package's usage, with
mini-program, we can move the main package's node modules to sub-packages's npm.
  • Loading branch information
Genuifx committed May 31, 2019
1 parent 1c80e16 commit e257237
Show file tree
Hide file tree
Showing 12 changed files with 437 additions and 368 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
dist
coverage
.DS_Store
lerna-debug.log
lerna-debug.log
.vscode
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
"publishConfig": {
"access": "public"
}
}
}
Loading

0 comments on commit e257237

Please sign in to comment.