webpack-autoconf icon indicating copy to clipboard operation
webpack-autoconf copied to clipboard

Feature request: webpack-dev-server

Open brizer opened this issue 4 years ago • 4 comments

The Webpack project should be launched by webpack-dev-server. So I think the dependency of webpack-dev-server is necessary.

brizer avatar Jul 09 '20 02:07 brizer

It looks like webpack-dev-server is a dependency. image

could you please specify which features you select so I can recreate the issue. thanks!

jakoblind avatar Aug 03 '20 11:08 jakoblind

I see. I think we should add a "Hot loading" option for vue, just like for React. When selected it would also add this to webpack.config.js:

devServer: {
    contentBase: './dist'
  }

More info here https://vue-loader.vuejs.org/guide/hot-reload.html#state-preservation-rules

jakoblind avatar Aug 05 '20 07:08 jakoblind