Top "Webpack-2" questions

Version 2 of the Webpack bundler.

Testing with Jest and Webpack aliases

I am looking to be able to use webpack aliases to resolve imports when using jest, and optimally, reference the …

javascript reactjs webpack jestjs webpack-2
How to run webpack-bundle-analyzer

I installed webpack-bundle-analyzer and need to run it. How can I do it? I have several errors. One of the …

webpack webpack-dev-server webpack-2
google fonts + webpack

I am new to webpack 2.2 ; I would like to know the best way to integrate a Google font within my …

webpack-2 google-webfonts
tslint-loader with webpack 2.1.0-beta.25

I have an angular2 Project that I compress/compile with webpack. I use tslink loader with webpack so I have …

typescript webpack tslint webpack-2
When do I use 'use' and 'loader' in Webpack 2 module.rules?

I am upgrading my current project to Webpack2, which it was using Webpack1 prior. I have looked into a couple …

webpack webpack-2
Difference between System.import() and import()?

In webpack 1 docs is statement that in webpack 2 will use System.import() for dynamic require: Luckily, there is a JavaScript …

javascript import webpack ecmascript-6 webpack-2
webpack hangs at on "95% emit" / "95% emitting"

This is my production webpack config. The two quotes in the title refer to webpack2 and webpack respectively. Both hang …

javascript node.js ecmascript-6 webpack webpack-2
Webpack 2: cannot resolve module

I have a project like this: root/ webpack-config.js app/ app.js js/ dep.js core/ module.js Here is …

javascript webpack webpack-2
Enabling webpack hot-reload in a docker application

I have a docker app with the following containers node - source code of the project. it serves up the …

node.js docker webpack webpack-dev-server webpack-2
Webpack Upgrade - Module not found: Can't resolve node_modules

I'm currently working on a upgrade from Webpack 1 to 2, and then to 3. Within this upgrade, I've adhered to the migration …

webpack webpack-2 package.json yarnpkg webpack-loader