Top "Webpack-plugin" questions

A bundler for javascript and friends.

webpack 4 disable uglifyjs-webpack-plugin

I have had this problem for the last 2 days. So I decided to completely disable uglifyjs-webpack-plugin from webpack build process. …

webpack uglifyjs webpack-4 webpack-plugin
Webpack 4 and Uglify Plugin (TypeError: Cannot read property 'length' of undefined)

I'm having problems with Webpack 4 on a Linux machine. The build works fine in dev mode, but fail in production. …

javascript node.js webpack yarnpkg webpack-plugin
Can someone explain Webpack's CommonsChunkPlugin

I get the general gist that the CommonsChunkPlugin looks at all the entry points, checks to see if there are …

javascript webpack bundle webpack-plugin commonschunkplugin
webpack common chunks plugin vs webpack dll plugin

Before I used webpack common chunks plugin to create vendor bundle containing third party libraries like angular, react, lodash etc, …

javascript build webpack webpack-2 webpack-plugin
CleanWebpackPlugin config fail when build

I tried to implement a webpack config on a Wordpress theme. I want to add the CleanWebpackPlugin and made a …

webpack webpack-4 webpack-plugin