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

When I include semantic or bootstrap in my main.js I end up with a 404 not found error for the fonts Apparently, the output path of fonts go to the...

Stalled

Hello, This is probably related to #808 although the problem appears with a different version and maybe is not exactly the same. I've updated and old project from webpack-encore 0.21.0...

Stalled

The `filename` option of `configureImageRule` and `configureFontRule` is not consistent with `copyFiles`. With `copyFiles`, `[ext]` doesn't include the dot => `jpg` With `configureImageRule`, `[ext]` includes the dot => `.jpg` This...

Hello all, I use Webpack Encore in my SF5 project. When I build, i get this kind on manifest.json file : ` { "build/images/foo.png": "build/images/foo.41de51.png" } ` So in my...

System information ``` $ npm -v 7.14.0 $ nodejs -v v14.17.0 $ yarn -v 1.22.5 $ node_modules/webpack-dev-server/bin/webpack-dev-server.js -v @webpack-cli/serve 1.4.0 webpack 5.37.1 webpack-cli 4.7.0 webpack-dev-server 4.0.0-beta.3 ``` Command `yarn encore...

Version: - symfony v5.2.7 - symfony/webpack-encore-bundle v1.11.2 I want to set the name of my assets with my real version name. My prefered way would be to use `enableVersioning` and...

Hi :wave: I'm upgrading an application from Encore 0.33 to Encore 1.1 but I'm facing issues with the dev-server. ### Encore 0.33 I'm running `encore dev-server --hot --public https://localhost.symfony-app-template.fr:8080 --host...

See #968 ztoben/assets-webpack-plugin#392 makes our integrity calculation no longer work, as the files have not been emitted by the time `processOutput()` is called. The most obvious fix would be to...

These are the type improvements coming from my investigation in #816 (and then pushed until the end rather than stopping at a few methods for the experiment)

Hello, I am just upgrading my app to the last version of symfony using composer update et boom, Symfony cache:clear just blow up my face. I am using webpack encore...