mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
refactor(compiler)!: move component generation to core
This commit is contained in:
@@ -4,8 +4,6 @@ export default defineConfig({
|
||||
entry: {
|
||||
index: './src/index.ts',
|
||||
cli: './src/cli.ts',
|
||||
'jsx-runtime': './src/jsx-runtime.ts',
|
||||
'jsx-dev-runtime': './src/jsx-dev-runtime.ts',
|
||||
'plugins/vite': './src/plugins/vite.ts',
|
||||
'ast/index': './src/ast/index.ts',
|
||||
'matchers/index': './src/matchers/index.ts',
|
||||
|
||||
Reference in New Issue
Block a user