Top "Webpack-dev-server" questions

a Node.

Vue cli 3 hot reload suddenly not working in browsers

I have a Vue project generated by the Vue cli 3 and my hot reloading suddenly stopped working in my browsers. …

vue.js webpack-dev-server vue-cli vue-cli-3
npm run dev fails : ValidationError: Invalid options object

Currently learning Vue js and express js through some tutorials, I am still newbie regarding these technologies. Anyway following the …

node.js vue.js npm webpack-dev-server webpack-cli
Webpack failed to compile

I have just started to learn React and I'm implementing it with Webpack. Here are the devDependencies from my package.…

reactjs webpack webpack-dev-server react-hot-loader babel-loader
Webpack Error - Cannot Resolve File or Directory

I am getting this error when I npm start my webpack-dev-server: ERROR in multi main Module not found: Error: Cannot …

javascript node.js webpack webpack-dev-server npm-live-server
Using the Webpack dev server with a PHP application

Has anybody had an experience with installation webpack dev server on Laravel 5+ (5.1 in my case)? I'm going to use my …

node.js laravel-5 reactjs webpack-dev-server
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
error 'cannot find module' on 'main.scss' with Webpack, SASS, and React

When trying to set up SCSS to run the styling on my React application using Webpack I am presented with …

reactjs sass webpack webpack-dev-server sass-loader
How to specify webpack-dev-server webpack.config.js file location

I am starting with webpack. I have been able to specify to webpack the location of webpack.config.js like …

webpack webpack-dev-server package.json
Do I need webpack-dev-server if I am using a node server like express

I am following some tutorials to build an isomorphic app with express and react. I am confusing with the webpack-dev-server. …

node.js express webpack webpack-dev-server
Webpack Dev Server with NGINX proxy_pass

I'm trying to get webpack-dev-server running inside a Docker container then accessing it through a NGINX host. The initial index.…

node.js nginx websocket webpack webpack-dev-server