mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-03 02:20:59 -05:00
chore: add notes about upcoming Babel 8 esmodules change [skip ci]
This commit is contained in:
@@ -19,6 +19,10 @@ const {
|
||||
isRequired
|
||||
} = require('@babel/helper-compilation-targets')
|
||||
|
||||
// We'll no longer need this logic in Babel 8 as it's the default behavior
|
||||
// See discussions at:
|
||||
// https://github.com/babel/rfcs/pull/2#issuecomment-714785228
|
||||
// https://github.com/babel/babel/pull/12189
|
||||
function getIntersectionTargets (targets, constraintTargets) {
|
||||
const intersection = Object.keys(constraintTargets).reduce(
|
||||
(results, browser) => {
|
||||
|
||||
Reference in New Issue
Block a user