Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Releases: webpack-contrib/file-loader

v6.2.0

27 Oct 17:10
Compare
Choose a tag to compare

6.2.0 (2020-10-27)

Features

  • added the sourceFilename property to asset info with original filename (#393) (654e0d6)

Bug Fixes

  • immutable flag when the name option have hash in query string (#392) (381d8bd)

v6.1.1

09 Oct 14:29
Compare
Choose a tag to compare

6.1.1 (2020-10-09)

Chore

  • update schema-utils

v6.1.0

31 Aug 12:12
Compare
Choose a tag to compare

6.1.0 (2020-08-31)

Features

v6.0.0

17 Mar 12:07
Compare
Choose a tag to compare

6.0.0 (2020-03-17)

⚠ BREAKING CHANGES

v5.1.0

19 Feb 17:58
Compare
Choose a tag to compare

5.1.0 (2020-02-19)

Features

  • support the query template for the name option (#366) (cd8698b)

v5.0.2

25 Nov 13:35
Compare
Choose a tag to compare

5.0.2 (2019-11-25)

Chore

  • add the funding field in package.json

v5.0.1

25 Nov 12:56
Compare
Choose a tag to compare

5.0.1 (2019-11-25)

Bug Fixes

  • name of esModule option in source code (#346) (31d6589)

v5.0.0

25 Nov 12:43
Compare
Choose a tag to compare

5.0.0 (2019-11-22)

BREAKING CHANGES

  • minimum required nodejs version is 10.13.0
  • rename the esModules option to esModule
  • switch to ES modules by default (the option esModule is true by default)

v4.3.0

21 Nov 15:26
Compare
Choose a tag to compare

4.3.0 (2019-11-21)

Features

  • new esModules option to output ES modules (#340) (9b9cd8d)

v4.2.0

07 Aug 18:35
Compare
Choose a tag to compare

4.2.0 (2019-08-07)

Features