Top "Webpack-2" questions

Version 2 of the Webpack bundler.

How to add Font Awesome to Next.js project

I'm trying to add font-awesome to my Next.js project using webpack. I've tried following various instructions I've found on …

webpack font-awesome next.js webpack-2
ReferenceError: Can't find variable: Map

I'm using Angular 4, Webpack 2.4.1, Karma 1.6 and Jasmine 2.6.1 and am writing ES2015 not TypeScript I've got a tiny angular demo app …

javascript angular jasmine karma-runner webpack-2
How to disable optimize warnings in webpack 2

I am working with React/Webpack 2 etc. I have Karma test runner and when I run my tests I launch …

reactjs warnings karma-runner webpack-2
Error: options/query provided without loader. Webpack 2.2.0-rc.3

I've updated webpack from rc2 to rc3 and since that I can not start my project via npm start I …

webpack-2
Using webpack 2 from gulp (webpack-stream for webpack 2)?

I am trying to update to webpack 2. I use webpack-stream to run stuff from gulp, but it appears that webpack-stream …

gulp webpack webpack-2
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
Webpack 2: How to exclude all node_modules except for

I need to have babel run on /node_modules/identicons/ However I still want to exclude all other packages. Reason …

javascript ecmascript-6 webpack-2
is there any way to dynamically load css file with webpack

Webpack has a code splitting feture(use require.ensure or System.import) which make us dynamically load our js files. …

css dynamic webpack webpack-2 code-splitting
loading css url() files in a specific folder with webpack

I'm using a node library that has a css file inside, that css file loads an image like this background-image: …

webpack webpack-2 webpack-4 webpack-style-loader
react-dom blowing out webpack bundle size MASSIVELY

This has got to be one of the strangest issues with webpack i have ever come across... Check out this …

javascript reactjs webpack-2 react-dom babel-loader