- Notifications
You must be signed in to change notification settings - Fork23
Comparing changes
Open a pull request
base repository:vuejs/vue-cli-plugin-vue-next
Uh oh!
There was an error while loading.Please reload this page.
base:codemods
head repository:vuejs/vue-cli-plugin-vue-next
Uh oh!
There was an error while loading.Please reload this page.
compare:master
Uh oh!
There was an error while loading.Please reload this page.
- 17commits
- 11files changed
- 4contributors
Commits on Apr 10, 2020
- haoqunjiang committed
Apr 10, 2020 refactor: remove redundant log, adjust variable naming and code order
haoqunjiang committedApr 10, 2020
Commits on Apr 16, 2020
fix(router): pass the base option as an argument (#15)
* fix(router): pass the base option as an argumentClose#14* test: remove redundant cases
posva authoredApr 16, 2020
Commits on Apr 17, 2020
feat: install @vue/test-utils alpha for unit tests
haoqunjiang committedApr 17, 2020 - haoqunjiang committed
Apr 17, 2020 - haoqunjiang committed
Apr 17, 2020 fix: always use forward slash as path separator
Because Vue CLI, which uses `globby` underlyingly, normalized all pathsto forward slash.Fixes#17
haoqunjiang committedApr 17, 2020 - haoqunjiang committed
Apr 17, 2020
Commits on Apr 20, 2020
- zce authored
Apr 20, 2020 - scottbedard authored
Apr 20, 2020
Commits on May 15, 2020
fix: more friendly error message when the CLI version is too low
haoqunjiang committedMay 15, 2020
Commits on Sep 6, 2020
fix: don't modify the webpack config if the project's on Vue CLI >= 4.5
And also fixes the runtime alias, as mentioned atvuejs/devtools-v6#1244 (comment)
haoqunjiang committedSep 6, 2020
Commits on Sep 11, 2020
fix: do not blindless remove
Vue.use
statementsFixes#28Note: the end result is still not valid Vue 3 code. But at least itdoesn't introduce unintended changes.
haoqunjiang committedSep 11, 2020 chore: reword the warning message
haoqunjiang committedSep 11, 2020 - haoqunjiang committed
Sep 11, 2020
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff codemods...master
Uh oh!
There was an error while loading.Please reload this page.