Skip to content

Releases: studiometa/webpack-config

v2.4.0

12 Oct 15:29
Compare
Choose a tag to compare

Added

  • Add a preset to handle YAML files import with js-yaml-loader (#8, 5a70d73)

Changed

  • Update sass-loader (4fe55ae)
  • Update mini-css-extract-plugin (1db103d)

v2.3.1

12 Oct 09:19
Compare
Choose a tag to compare

Fixed

  • Fix style insertion for Vue components (e2fed31)

Changed

v2.3.0

12 Oct 05:22
Compare
Choose a tag to compare

Added

  • Add support for presets to quickly use a custom configuration (#7, 38a1e2d)
  • Add a tailwindcss preset (7562a60)
  • Add a twig preset (461c15d)
  • Add a prototyping preset (4a17344)

Changed

  • Replace eslint-loader with eslint-webpack-plugin (8b4dcc4)
  • Fail build on ESLint or Stylelint error (c34f65b)

Fixed

  • Fix double error/warning output in dev mode (a2cd6e6)
  • Handle Webpack build errors (371fa1f)

v2.2.0

30 Sep 08:14
Compare
Choose a tag to compare

Added

  • Add configuration hooks to override the env specific configurations (#6, 5929b77)

v2.1.3

22 Sep 13:28
Compare
Choose a tag to compare

Changed

  • Extract dependency licenses from the built files (3fa8bff)

v2.1.2

17 Sep 09:37
Compare
Choose a tag to compare

Fixed

  • Fix absolute URL resolution in CSS files (00c80d5)

v2.1.1

16 Sep 12:49
Compare
Choose a tag to compare

Fixed

  • Exclude async import from node_modules from the vendors chunk (777bf89)

v2.1.0

15 Sep 20:55
Compare
Choose a tag to compare

Added

  • Add the possibility to configure the Browsersync server via the server property (#5)
  • Add the possibility to trigger a callback on file changes (#5)
  • Add a Github action to publish the package on release (e9e11bc)

Changed

  • Update the package dependencies (41edc5a)
  • Update the demo dependencies (8be3305)

v2.0.1

29 May 14:24
Compare
Choose a tag to compare

Added

  • Add a .npmignore file to reduce the package size and ignore unnecessary files (966b38d)

v2.0.0

29 May 12:02
Compare
Choose a tag to compare

Added

  • Add an --analyze CLI arg (f91c2cb)
  • Add the ability to use the config without proxy (e1ad0c9)
  • Add the ability to watch files with BrowserSync (e1ad0c9)