webpack-encore
webpack-encore copied to clipboard
A simple but powerful API for processing & compiling assets built around Webpack
Using webpack encore with Symfony 4. I have added the assets/css directory to the Chrome workspace. When I make changes in the elements pane, the changes are not written to...
Got some deprecations after upgrading to webpack-dev-server 4.1.0: ``` (node:27973) [DEP_WEBPACK_DEV_SERVER_CONSTRUCTOR] DeprecationWarning: Using 'compiler' as the first argument is deprecated. Please use 'options' as the first argument and 'compiler' as...
Hi. I'm trying to use dev-server in docker containers with devilbox and i did all configuration to use dev-server in virtual machine that i found: https://symfony.com/doc/current/frontend/encore/virtual-machine.html But in chrome consol...
I decided to add ts into my working symfony+vue project and so i configured it and ran `npm run watch` which builded successfully, but when i change anything in any...
Using **v0.30.2** I recently noticed that, in Chrome's inspector tool, I am not seeing the correct file / line number reference for my SCSS in the Styles pane. For example,...
Have you considered adding support for .avif images? It looks like the version of `file-loader` being used is adequate. I wonder if this would only require a change to the...
Hi, I ran into the problem that the styles section is ignored in the vue file when building. Catalog.vue index.js catalog.html.twig webpack.config.js
CSS Modules
## CSS Modules - question Is there any way to have [CSS Modules](https://github.com/css-modules/css-modules) working with Symfony Encore using Twig? I would assume this is pretty straight forward to setup with...
It's not a serious problem, just an annoying thing. :) If I add encore to my package.json as a devdependency i get the warning: > Webpack is already provided by...
Hi ! I'm facing an issue and don't know how to solve it... I'm using Encore to build all the assets, including Vue.js components. Below is the devDependencies of my...