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

Hi there, I'm willing to work with symfony and webpack encore, and add angular 4 to it. Is there any proper way to handle this ? Thanks

For Yarn PnP and pnpm support, Encore needs to configure `peerDependenciesMeta` as explained in #655. I've configured **every** packages listed in `lib/features.js` as **optional** peerDependencies, and `webpack` as a **required**...

Hi, is it possible to make a function inside a file global using webpack encore capabilities?

Yarn has a new installation mode called PnP, meant at deduplicating packages as much as possible on disk. The culprit of this mode is that each package can only require...

I found an example of using different build configs, but there is a question how to get around the problem with overwriting files that were created by executing another config?...

Feature

Hi, I want to copy static files into a separate command, but I get an error when executing **No entries found! You must call addEntry() or addEntries() or addStyleEntry() or...

Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Hi, I am upgrading symphony version and need to migrate to webpack-encore. But when compiling files, I get a very strange error, it happens when compiling js and css files....

Hi :) I have comeback of known issue https://github.com/symfony/webpack-encore/issues/88 in new version of Encore :) So far I used the same solution as https://github.com/symfony/webpack-encore/issues/88#issuecomment-327773492 ```javascript webpackConfig.module.rules[2].options.publicPath = './'; webpackConfig.module.rules[3].options.publicPath =...

Feature

https://blog.vuejs.org/posts/vue-2-7-naruto.html With `vue 2.7` released, so i try to upgrade my app to `vue 2.7`. and followed the upgrade guide, after I removed the package `vue-template-compiler` > Upgrade vue to...