springboot + webpack dev server, does not change localhost bundle file after rebuilding
问题 click this pic and please read below 1.this first pic is after run webpack-dev-sercer --hot --inline second pic is my html : the way i call js file i changed my jsx file to test server and npm said complete rebuild but, bundled js file in localhost:9090 does not change after rebuilding like upper pic below code is my webpack.config.js file var path = require('path'); var webpack = require('webpack'); var merge = require('webpack-merge'); var HtmlWebpackPlugin = require('html-webpack-plugin');