webpack-encore
webpack-encore copied to clipboard
A simple but powerful API for processing & compiling assets built around Webpack
Let's improve on this PR to be able to use CopyWebpackPlugin AND add hashes to the destination files when needed: https://github.com/symfony/webpack-encore/pull/409 For reference on how we could accomplish this, the...
Hello, I am using Symfony 5.2 with React JS. I'm looking for a way to get a permanent file-name in my application. For example if i got a file called...
When writing Stimulus controllers in TypeScript, given its incomplete typings, one needs to manually declare all targets, values etc: ``` export default class extends Controller { declare nameTarget: HTMLInputElement; declare...
Dear maintainers, There is a CVE on `postcss`, see https://github.com/advisories/GHSA-566m-qj78-rww5. Dependabot cannot create a PR on my project because of `webpack-encore`:  It looks like `resolve-url-loader` has been updated to...
versioned icons not found in the manifest.json in PWA configuration using .configureManifestPlugin
Hi I have active the .enableVersioning() option in my webpack.config.js file and I also configured the seed key/values for my PWA using .configureManifestPlugin like this: ``` var Encore = require('@symfony/webpack-encore');...
It'd be pretty neat if we could have Encore keep a hash of the assets and then when you ask it to compile, only recompile if the hash has changed....
I m not able to run it is giving me this error ERROR ``` error in ./assets/app.tsx Module build failed (from ./node_modules/ts-loader/index.js): TypeError: Cannot read property 'PROCESS_ASSETS_STAGE_ADDITIONAL' of undefined at...
Hello! I eventullay discovered that ts loader won't load modules from node_modules for some reason. For example, i have some entry file, like this, and tere is ```@somespace/foo/index.ts``` file: ```typescript...
Hi, Thank you for this wonderful tool 🙂 After upgrading to `1.2.x`, I have the following error when running `encore dev-server` ``` /srv/coopcycle/node_modules/@symfony/webpack-encore/node_modules/webpack/lib/NormalModule.js:195 throw new TypeError( ^ TypeError: The 'compilation'...
Hi, I am using webpack encore in conjunction with symfony and vue. Can't figure out how to specify the path to an image in a vue single file component. The...