feat: add feature plugin tests and validation for feature flags
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export default {
|
||||
name: 'app',
|
||||
extends: ['../base'],
|
||||
features: { billing: false }, // overrides base — disabled leaf → DCE
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<svg><!-- app logo --></svg>
|
||||
|
After Width: | Height: | Size: 29 B |
@@ -0,0 +1 @@
|
||||
<template><header>app header</header></template>
|
||||
Reference in New Issue
Block a user