Top "Webpack-dev-server" questions

a Node.

Webpack - background images not loading

I'm fairly new to webpack but having some problems with css-loader or file-loader. I'm trying to load a background-image but …

webpack webpack-dev-server css-loader
Webpack + Babel: Couldn't find preset "es2015" relative to directory

I have a React project using Webpack and Babel. When I created it on an office computer, the Webpack ran …

reactjs webpack babeljs webpack-dev-server
Webpack launch browser automatically

Gulp + live reload serves up my content on localhost and (here's what I'm after) launches the browser automatically at the …

webpack webpack-dev-server
How to add a js file with webpack?

I was reading this webpack tutorial: https://webpack.github.io/docs/usage.html It says it bundles the src files …

javascript webpack webpack-dev-server
Webpack-dev-server serves a directory list instead of the app page

I can only see the actual app under /public. The configs in webpack.config.js are below: var path = require(…

node.js reactjs webpack reactjs-flux webpack-dev-server
How to pass .env file variables to webpack config?

I am new to webpack and worked out almost all build sections, but now the problem is that I want …

angularjs webpack environment-variables webpack-dev-server webpack-2
Customise ng serve to proxy calls to /api?

I created a new application with ng CLI, works like a charm: ng new babysteps cd babysteps ng serve ng …

angular webpack angular-cli webpack-dev-server
How to use VS Code debugger with webpack-dev-server (breakpoints ignored)

My problem is simple. I just want to make VS Code's debugger work with webpack-dev-server without ignoring my breakpoints. Now, …

json debugging webpack visual-studio-code webpack-dev-server
Webpack-dev-server doesn't generate source maps

I use babel-loader, but can't figure out how to generate or where find source maps for transpiled files. I tried …

webpack webpack-dev-server
How can I stop webpack dev server from windows console?

I run webpack-dev-server from windows console with the command: webpack-dev-server --content-base ./build --inline --hot after this I see message webpack: …

javascript webpack webpack-dev-server windows-console