Releases: JakeSidSmith/tsb
Releases · JakeSidSmith/tsb
Backward compatible script loading
Reimplements the script loading style of v1 (blocking, rather than deferred): #34
Includes upgrade to webpack 5 from https://github.com/JakeSidSmith/tsb/releases/v2.0.0
Webpack 5 (deprecated)
Add option to run server with https
TypeScript 5
Breaking changes:
- Drop support for TypeScript < 5
Changes:
- Upgrade TypeScript to v5 #31
- Upgrade all dependencies
Dependency upgrades and module resolution fixes
Allow defining indexHTMLEnv variables to reference in index.html template
Fix extend webpack module rules
There was some issue with the output of the tsb.config.ts
after running in node's vm
, so this is now run with a Function
.
Extend webpack configs and parse tsb.config with tsconfig.json options
Add the following functions to allow extending babel/webpack configs:
extendBabelPresets
extendBabelPlugins
extendWebpackPlugins
extendWebpackModuleRules
Potential breaking change: now uses the tsconfig.json
relative to the current working directory to parse the tsb.config.ts
Fix ts-loader config file
Now gives provided tsconfig to ts-loader (instead of defaulting to ./tsconfig.json
) #17
Fix webpack include
Remove globs from tsconfig include #16