CLI should have no output module type defined by default #1854
Labels
next-major
Issues or PR related to the next major version
tech debt
Updates, upgrades, stale code and work-arounds
tooling
CLI, stylable-scripts boilerplate
Currently when running
stc
the only module type that defaults to true iscjs
. While this can fit some use-cases, it definitely doesn't fit all of them.In the next major version, we can break this behavior and force the user to specify all module types they require.
Something like:
stc --modules="cjs, stcss, dts, dtsSourceMap"
The text was updated successfully, but these errors were encountered: