Top "Webpack-2" questions

Version 2 of the Webpack bundler.

Vue components css background-image path error

output output: { path: config.build.assetsRoot, publicPath: process.env.NODE_ENV === 'production' ? config.build.assetsPublicPath : config.dev.assetsPublicPath, filename: '[…

vue.js webpack-2 vue-loader
How to fix "@types/node/index.d.ts is not a module"?

I have installed node type definitions using the following command npm install --save-dev @types/node After that, when I try …

node.js typescript webpack webpack-2 typescript-typings
Webpack 2: Error: options/query cannot be used with loaders (use options for each array item)

I'm trying to add query's for .png/.ttf loading as webpack otherwise gives me warnings about deprecation when compiling otherwise, …

webpack webpack-2
Angular 2+: IE 11 Unable to get property 'call' of undefined or null reference

I'm having an issue with Internet Explorer choking on something with Webpack. I'm using Angular-CLI 1.7.4, and Angular 5.2.10, the current versions. …

javascript angular webpack angular-cli webpack-2
Webpack 2 eslint-loader auto fix

In webpack 1.x I could use the eslint property in my webpack config to enable autofixing my linting errors using: ... …

webpack eslint webpack-2
Navigation Error in angular2

I have updated the angular packages version from 2.4.10 to 4.0.0 after updating i am getting the following errors while navigating. ERROR …

node.js angular webpack-2 typescript2.1
calling method dynamically through variables in vuejs

Is it possible to call the method through variables? I have drag and drop elements having ID and according to …

javascript vue.js vuejs2 components webpack-2
Use webpack to bundle several ES6 classes into one file for import in a script tag

It has been three days now that I am trying to understand webpack to perform a simple task (that of …

javascript node.js npm webpack webpack-2
How to use Webpack 2 Raw-Loader to read files

I am currently stuck in a spot where I need to start a NodeJS server in HTTPS mode and need …

node.js webpack webpack-2 typescript2.0 raw-loader
Sourcemaps are detected in chrome but original source is not loaded, using webpack-2

When running an application that is built using webpack 2, sourcemaps are detected in chrome but original source is not loaded. …

google-chrome webpack source-maps webpack-2