diff --git a/config/webpack.dev.js b/config/webpack.dev.js index cacb865..eb0bd08 100644 --- a/config/webpack.dev.js +++ b/config/webpack.dev.js @@ -24,7 +24,7 @@ module.exports = merge(common, { compress: true, hot: true, port: 3000, - host: 'test.manaknightdev.com/', + host: 'test.manaknightdev.com', https: true, noInfo: true, //This turns off information regarding the bundle. Set to false if you need to view the messages },