You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a meta issue (well really an aide memoire) to list the changes planned for ts-loader 3.0. These are technically breaking changes but are unlikely to break anybody
drop support for typescript < 2.0 (no-one seems to be using it and we can simplify the code)
remove entryFileIsJs option; it can be inferred from whether the allowJs TypeScript compiler option has been set.
add support for a custom formatter for output - drop visual studio format (this can be added back if there's clamour for it and people can supply their own formatters in the interim)
make loglevel warn by default (stop outputting typescript version number by default)
This is a meta issue (well really an aide memoire) to list the changes planned for ts-loader 3.0. These are technically breaking changes but are unlikely to break anybody
entryFileIsJs
option; it can be inferred from whether theallowJs
TypeScript compiler option has been set.configFileName
support (replaced byconfigFile
)The text was updated successfully, but these errors were encountered: