Skip to content

Releases: JakeSidSmith/tsb

Backward compatible script loading

30 Jun 15:11
bedf097
Compare
Choose a tag to compare

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)

30 Jun 14:55
8a204a2
Compare
Choose a tag to compare

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

28 Apr 21:07
e00bb52
Compare
Choose a tag to compare

TypeScript 5

22 Mar 15:16
26d64f2
Compare
Choose a tag to compare

Breaking changes:

  • Drop support for TypeScript < 5

Changes:

  • Upgrade TypeScript to v5 #31
  • Upgrade all dependencies

Dependency upgrades and module resolution fixes

16 Oct 12:34
8ca9c05
Compare
Choose a tag to compare

Allow defining indexHTMLEnv variables to reference in index.html template

29 Jun 10:31
c466b59
Compare
Choose a tag to compare

Fix extend webpack module rules

12 May 14:07
2ad95c5
Compare
Choose a tag to compare

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

10 May 16:53
d5a6810
Compare
Choose a tag to compare

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

18 Jan 20:26
a2b995c
Compare
Choose a tag to compare

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

Fix webpack include

18 Jan 19:59
4263981
Compare
Choose a tag to compare

Remove globs from tsconfig include #16