Skip to content

Releases: KyLeoHC/inline-source-webpack-plugin

v3.0.1

23 Oct 17:53

Choose a tag to compare

  • update travis

v3.0.0

23 Oct 17:46
efc4294

Choose a tag to compare

  • Minimum supported version of Node is now 16
  • upgrade dependencies

v2.0.1

22 Nov 09:18

Choose a tag to compare

  • update terser for optional chaining feature(#18);

v2.0.0

05 May 14:45

Choose a tag to compare

  • support webpack 5

v1.4.1

13 Aug 02:32

Choose a tag to compare

  • upgrade dependencies;

v1.4.0

09 Aug 06:36

Choose a tag to compare

  • support string for 'noAssetMatch' option;
  • upgrade dependencies;

v1.3.1

08 Aug 03:36

Choose a tag to compare

  • upgrade dependencies;

v1.3.0

08 Jul 08:17

Choose a tag to compare

  • fix handlers error(#3);
  • upgrade dependencies;

v1.2.0

01 Mar 02:09

Choose a tag to compare

  • change inline-bundle into inline-asset
  • add noAssetMatch and noAssetMatchReplace option to control the behavior while no asset match

v1.1.0

28 Feb 14:18

Choose a tag to compare

  • fix wrong tag for css file
  • remove tag after embed asset
  • support HtmlWebpackPlugin v4