We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No
https://mitosis.builder.io/?outputTab=G4VwpkA%3D
Use config (and overwrite config file args with cli args). It should output a single file as vue3 with composition api. The typescript option works.
It loads the config, but ignores the composition settings. mitosis build to build everything works.
mitosis build
config/mitosis.config.cjs
/** @type {import('@builder.io/mitosis').MitosisConfig} */ module.exports = { targets: ['vue3'], options: { vue3: { api: 'composition', typescript: true } } }
Execute
mitosis compile \ --config config/mitosis.config.cjs \ --to vue3 \ src/$src.lite.tsx > build/$src.vue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am interested in helping provide a fix!
No
Which generators are impacted?
Reproduction case
https://mitosis.builder.io/?outputTab=G4VwpkA%3D
Expected Behaviour
Use config (and overwrite config file args with cli args).
It should output a single file as vue3 with composition api. The typescript option works.
Actual Behaviour
It loads the config, but ignores the composition settings.
mitosis build
to build everything works.Additional Information
config/mitosis.config.cjs
Execute
The text was updated successfully, but these errors were encountered: