forked from vuejs/vue-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(GeneratorAPI): accept multiple arguments for the resolve method (v…
…uejs#4715) * feat(GeneratorAPI): accept multiple arguments for the resolve method To make its signature conform to the standard `path.resolve`, avoid confusions. There's already a bug in the downstream plugin that was caused by such confusion: https://github.com/Akryum/vue-cli-plugin-ssr/blob/a742953b8376817950a01ad79967b9aa02da5388/generator/index.js#L163-L171 * docs: update descriptions of the `resolve` api [ci skip]
- Loading branch information
1 parent
9ebc2ab
commit 1e663df
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters