kevindantas / create-landing-page

Generator for the structure of basic landing pages
MIT License
3 stars 0 forks source link

Hot reload not working with HTTPS enabled #10

Open kevindantas opened 6 years ago

kevindantas commented 6 years ago

That issue is related to the webpack-serve #162, I'm waiting for new updates on webpack-serve to fix that.

madaz commented 6 years ago

it works with webpack-serve@2.0.2 but not for http2

node: 10.5.0
webpack: 4.15.1
webpack-cli: 3.0.8
webpack-serve: 2.0.2

webpack.config.js

serve: {
  open: true,
  http2: true,
  https: {
    pfx: join(__dirname, 'localhost.pfx'),
    passphrase: 'xxx',
  },
}