You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@symfony/webpack-encore

Package Overview
Dependencies
Maintainers
2
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symfony/webpack-encore - npm Package Versions

1245
9

1.8.0

Diff
weaverryan
published 1.8.0 •

Changelog

Source

v1.8.0

Jan 20th, 2022

Feature

  • #985 - Move from eslint-loader to eslint-webpack-plugin - @Kocal
  • #1070 - New Encore method for adding multiple entries at once - @shmolf
  • #1074 - Support AVIF images - @benbankes
weaverryan
published 1.7.1 •

Changelog

Source

v1.7.1

Jan 20th, 2022

Bug Fix

  • #1069 - Increased webpack-cli version constraint to v.4.9.1 - @nspyke
weaverryan
published 1.7.0 •

Changelog

Source

v1.7.0

Dec 2nd, 2021

Dependency changes:

  • Official support for ts-loader 8 was dropped.
  • Official support for typescript 3 was dropped and minimum increased to 4.2.2.
  • Official support for vue was bumped to 3.2.14 or higher.
  • Official support for vue-loader was bumped to 16.7.0 or higher.

Feature

  • #1062 - Allowing @hotwired/stimulus, allowing @symfony/stimulus-bridge 3, dropping v1. - @weaverryan

Bug Fix

  • #1058 - Fix deprecated public option failure for webpack-dev-server - @atesca09
weaverryan
published 1.6.1 •

Changelog

Source

v1.6.1

Sep 3rd, 2021

Bug Fix

  • #1031 - changing position of host option for webpack-dev-server - @weaverryan
weaverryan
published 1.6.0 •

Changelog

Source

v1.6.0

Aug 31st, 2021

Feature

  • #1008 - Allow postcss-loader 6 - @bobvandevijver
  • #1009 - Allow less-loader 10 - @bobvandevijver
weaverryan
published 1.5.0 •

Changelog

Source

v1.5.0

June 18th, 2021

Feature

  • #1000 - Allow ts-loader ^9.0.0, close #993 - @Kocal
  • #999 - Allow sass-loader ^12.0.0, close #996 - @Kocal
weaverryan
published 1.4.0 •

Changelog

Source

v1.4.0

May 31st, 2021

Feature

  • #983 - Allow less-loader v9 - @bobvandevijver

Bug Fix

  • #979 - #936: Fix manifest key problem when using copy files - @bobvandevijver
weaverryan
published 1.3.0 •

Changelog

Source

v1.3.0

May 11th, 2021

Feature

  • #976 - Change friendly-errors-webpack-plugin to @nuxt/friendly-errors-webpack-plugin - @hailwood

Bug Fix

  • #975 - Resolve security issue CVE-2021-23369 - @elghailani
weaverryan
published 1.2.0 •

Changelog

Source

v1.2.0

May 3rd, 2021

Feature

  • #968 - Locking assets-webpack-plugin to less than 7.1.0 - @weaverryan
  • #966 - Upgrade to css-minimize-webpack-plugin 2.0 - @stof
  • #963 - feat: add Encore.when() - @Kocal

Bug Fix

  • #943 - Do not allow webpack-dev-server to find an open port - @weaverryan
weaverryan
published 1.1.2 •

Changelog

Source

v1.1.2

March 1st, 2021

Bug Fix

  • #939 - fixing 2 issues related to webpack-dev-server and HMR - @weaverryan
  • #938 - Require vue-loader 15.9.5 to work with Encore 1.0 - @weaverryan