webpack-encore icon indicating copy to clipboard operation
webpack-encore copied to clipboard

A simple but powerful API for processing & compiling assets built around Webpack

Results 195 webpack-encore issues
Sort by recently updated
recently updated
newest added

Bumps [ws](https://github.com/websockets/ws) from 5.2.3 to 5.2.4. Release notes Sourced from ws's releases. 5.2.4 Bug fixes Backported e55e5106 to the 5.x release line (4abd8f6d). Commits aa8fe0a [dist] 5.2.4 4abd8f6 [security] Fix...

dependencies

If you are using the `[contenthash]` as a query string, the integrity hashes are not generated. ## Example webpack.config.js ```js const Encore = require('@symfony/webpack-encore'); Encore // directory where compiled assets...

Maybe it will be need to make some changes due BC breaks as [described here](https://github.com/webpack-contrib/sass-loader/releases) from vesion 15.0.

Follows #1276 We should remove `vue-template-compiler` and `vue-loader@^15.0.11` dependencies aswell

Currently we support `^4.9.1 || ^5.0.1`, but for the next Encore major release, I suppose we can drop the support of `^4.9.1` version (will remove Webpack 4 compatibility) https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#500-2022-11-17

Hello, We have the last webpack-encore version installed 4.6.1 and since today we are facing a problem with a package dependency of this. The package is vue-template-compiler and the message...

webpack-dev-server has a new major version with a bunch of breaking changes: https://github.com/webpack/webpack-dev-server/blob/master/migration-v5.md As we allow projects to customize their settings in webpack-encore, upgrading to the new major version requires...

webpack has a builtin `output.clean` option that we should use instead of the unmaintained `clean-webpack-plugin`

Ref #1321 Node.js 23 will be released in ~1 month: https://nodejs.org/fr/about/previous-releases

Feature