We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f782fa3 commit 3b851a8Copy full SHA for 3b851a8
packages/@vue/babel-preset-app/index.js
@@ -19,6 +19,10 @@ const {
19
isRequired
20
} = require('@babel/helper-compilation-targets')
21
22
+// We'll no longer need this logic in Babel 8 as it's the default behavior
23
+// See discussions at:
24
+// https://github.com/babel/rfcs/pull/2#issuecomment-714785228
25
+// https://github.com/babel/babel/pull/12189
26
function getIntersectionTargets (targets, constraintTargets) {
27
const intersection = Object.keys(constraintTargets).reduce(
28
(results, browser) => {
0 commit comments