We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15463b4 commit 7b97ab9Copy full SHA for 7b97ab9
webpack.config.js
@@ -84,6 +84,8 @@ module.exports = env => {
84
contentBase: './dist',
85
port: 9200,
86
host: 'vue-sandbox.local',
87
+ open: true,
88
+ hot: true,
89
historyApiFallback: true,
90
},
91
plugins: [
0 commit comments