-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: vuejs/vue-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vuejs/vue-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 15 files changed
- 1 contributor
Commits on Mar 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3f14550 - Browse repository at this point
Copy the full SHA 3f14550View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb350e - Browse repository at this point
Copy the full SHA eeb350eView commit details
Commits on Mar 31, 2019
-
fix: should not add polyfills from transform-runtime plugin (#3730)
It is due to a misunderstanding when upgrading babel from 7.0.0-beta.47 to 7.x. In Vue CLI, usage-based polyfills are **only** added by @babel/preset-env so that it avoids overheads. `transform-runtime` plugin adds polyfills regardless of env targets so we must disable its polyfill feature. Though, there're edge cases where runtime-helpers' polyfill dependency are not correctly added (babel/babel#7597), so we also need to whitelist `@babel/runtime` for webpack to transpile.
Configuration menu - View commit details
-
Copy full SHA for b987969 - Browse repository at this point
Copy the full SHA b987969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bdff3b - Browse repository at this point
Copy the full SHA 9bdff3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb1425 - Browse repository at this point
Copy the full SHA 5eb1425View commit details -
Configuration menu - View commit details
-
Copy full SHA for d037fbb - Browse repository at this point
Copy the full SHA d037fbbView commit details
There are no files selected for viewing