Skip to content

Releases: JakeSidSmith/tsb

Backward compatible script loading

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 30 Jun 15:11
bedf097

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)

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 30 Jun 14:55
8a204a2

Deprecated: due to backward incompatible "scriptLoading" instead you should upgrade to v3 for a smoother upgrade experience.

#33

Add option to run server with https

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 28 Apr 21:07
e00bb52

TypeScript 5

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 22 Mar 15:16
26d64f2

Breaking changes:

  • Drop support for TypeScript < 5

Changes:

  • Upgrade TypeScript to v5 #31
  • Upgrade all dependencies

Dependency upgrades and module resolution fixes

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 16 Oct 12:34
8ca9c05

Allow defining indexHTMLEnv variables to reference in index.html template

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 29 Jun 10:31
c466b59

Fix extend webpack module rules

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 12 May 14:07
2ad95c5

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

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 10 May 16:53
d5a6810

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

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 18 Jan 20:26
a2b995c

Now gives provided tsconfig to ts-loader (instead of defaulting to ./tsconfig.json) #17

Fix webpack include

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 18 Jan 19:59
4263981

Remove globs from tsconfig include #16