|
@@ -10,8 +10,8 @@ const HtmlWebpackPlugin = require('html-webpack-plugin')
|
|
const FriendlyErrorsPlugin = require('friendly-errors-webpack-plugin')
|
|
const FriendlyErrorsPlugin = require('friendly-errors-webpack-plugin')
|
|
const portfinder = require('portfinder')
|
|
const portfinder = require('portfinder')
|
|
|
|
|
|
-var https = require('https');
|
|
|
|
-var fs = require('fs');
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
const HOST = process.env.HOST
|
|
const HOST = process.env.HOST
|
|
const PORT = process.env.PORT && Number(process.env.PORT)
|
|
const PORT = process.env.PORT && Number(process.env.PORT)
|
|
@@ -44,10 +44,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
|
|
proxy: config.dev.proxyTable,
|
|
proxy: config.dev.proxyTable,
|
|
quiet: true, // necessary for FriendlyErrorsPlugin
|
|
quiet: true, // necessary for FriendlyErrorsPlugin
|
|
|
|
|
|
- https: {
|
|
|
|
- key: fs.readFileSync(path.join(__dirname, './cert/privatekey.pem')),
|
|
|
|
- cert: fs.readFileSync(path.join(__dirname, './cert/certificate.pem'))
|
|
|
|
- },
|
|
|
|
|
|
+
|
|
|
|
|
|
watchOptions: {
|
|
watchOptions: {
|
|
poll: config.dev.poll,
|
|
poll: config.dev.poll,
|