Closed guybedford closed 2 years ago
This reverts the change of template-opts to options to be back to template-options, as well as some bug fixes with direct target builds.
template-opts
options
template-options
The global is now template-options as well without the default.
default
BEFORE:
[default-options.npm] package-manager = 'pnpm' [[task]] template = 'swc' [task.options] auto-install = true [task.options.config] "jsc.parser.jsx" = true
AFTER:
[template-options.npm] package-manager = 'pnpm' [[task]] template = 'swc' [task.template-options] auto-install = true [task.template-options.config] "jsc.parser.jsx" = true
This reverts the change of
template-opts
tooptions
to be back totemplate-options
, as well as some bug fixes with direct target builds.The global is now
template-options
as well without thedefault
.BEFORE:
AFTER: