Skip to content

Releases: studiometa/webpack-config

v4.1.1

31 Oct 16:47
4.1.1
60dc14d
Compare
Choose a tag to compare

Fixed

  • Fix a regression where the port for BrowserSync was hardcoded (31752a7, #99)

Changed

  • Try multiple ports from 3000 to 3100 in dev mode before failing (38a365f, #99)
  • Improve internal types

v4.1.0

31 Oct 15:27
4.1.0
cfcaf6e
Compare
Choose a tag to compare

Added

  • Add an https preset (#97)

Removed

  • Remove obsolete support of SSL configuration via environment variables (#97)

Fixed

v4.0.7

30 Oct 19:35
4.0.7
f1257ac
Compare
Choose a tag to compare

Fixed

  • Fix injecting HMR snippet automatically (8b9d3cc)
  • Fix eslint preset not linting .ts files (0c1b9d6)
  • Fix exit code when an error occured during build (#94)

v3.1.3

27 Oct 20:04
3.1.3
35731a3
Compare
Choose a tag to compare

Fixed

  • Fix exit code when an error occurred during build (93e3fc4)

v4.0.6

25 Oct 22:40
4.0.6
58c20fc
Compare
Choose a tag to compare

Changed

  • Use more robust collections for the PHP package (b8e5042)

v4.0.5

25 Oct 20:12
4.0.5
53bace1
Compare
Choose a tag to compare

Added

  • Add a studiometa/webpack-config PHP package (#90)
  • Add a withContentHash preset (80873e0)
  • Add a LICENSE file (79967af)

v4.0.4

20 Oct 22:02
4.0.4
0914470
Compare
Choose a tag to compare

Fixed

Changed

  • Update NPM dependencies (6c11c95)

v4.0.3

16 Sep 16:51
4.0.3
496f4c7
Compare
Choose a tag to compare

Changed

  • Print package version when starting a command (ea9462a)

v4.0.2

12 Sep 09:37
4.0.2
b09105e
Compare
Choose a tag to compare

Changed

  • Move linting plugins to presets (#79)
  • Change linting peer-dependencies to optional-dependencies (8d1b4e6)

v4.0.1

30 Aug 13:42
Compare
Choose a tag to compare

Fixed

  • Fix peer dependencies conflicts (78f8482)

New Contributors