Top "Webpack-dev-server" questions

a Node.

webpack-dev-server does not watch for my file changes

When I change my files while webpack-dev-server is running, the bundle's files are not updated. Here are my webpack.config.…

npm webpack webpack-dev-server
Webpack command not found

I have installed webpack using npm install -g webpack and npm install webpack I also installed webpack-dev-server npm install -g …

npm webpack webpack-dev-server npm-install
webpack can't find module if file named jsx

As I write webpack.config.js like this module.exports = { entry: './index.jsx', output: { filename: 'bundle.js' }, module: { loaders: [{ …

reactjs webpack webpack-dev-server
How to serve an Angular 2 dist folder index.html

I'm using this angular 4 seed app: https://github.com/2sic/app-tutorial-angular4-hello-dnn It uses webpack and works fine. It only …

angular webpack webpack-dev-server
` __webpack_require__(...) is not a function` when using babel 6

Everything seems to build fine: http://d.pr/i/1aZxR with the following configs. However, when I run the code …

webpack babeljs webpack-dev-server
Module not found: Error: Cannot resolve module 'server'

I try to use webpack for managing files in my project. I use webpack-dev-server and bower-webpack-plugin. When I run server, …

webpack webpack-dev-server
EXCEPTION: Uncaught (in promise): Error: Cannot find module 'app/home/home.module'

I'm trying to lazy load Angular 2 modules with the router, and I'm having this error: error_handler.js:50 EXCEPTION: Uncaught (…

angular lazy-loading angular2-routing angular-cli webpack-dev-server
Multiple html files using webpack

I'm trying to do something in a project that I'm not sure if it is possible, I am in a …

webpack webpack-dev-server
Content not from webpack is served from /foo

I just can't start this server, I read the webpack-dev-server docs. devServer: { contentBase: path.join(__dirname, "dist"), compress: true, port: 9000 } …

reactjs webpack webpack-dev-server
Webpack: silence output

I would like to know if there's a configuration option to tell webpack to only log the "important information" to …

webpack webpack-dev-server