feature-flags.js 76 B

1234
  1. module.exports = {
  2. NEW_SLOT_SYNTAX: true,
  3. VBIND_PROP_SHORTHAND: false
  4. }