mirror of
https://github.com/zoriya/v10.git
synced 2026-08-13 01:19:44 +00:00
refactor(compiler)!: move component generation to core
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export default {
|
||||
components: ['./src/core/ui/*/*-component.ts'],
|
||||
output: './src/core/ui/components.generated.ts',
|
||||
runtimeImport: '../../jsx-runtime',
|
||||
};
|
||||
Reference in New Issue
Block a user