Skip to content

Commit 7b97ab9

Browse files
committed
chore: update webpack config
1 parent 15463b4 commit 7b97ab9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ module.exports = env => {
8484
contentBase: './dist',
8585
port: 9200,
8686
host: 'vue-sandbox.local',
87+
open: true,
88+
hot: true,
8789
historyApiFallback: true,
8890
},
8991
plugins: [

0 commit comments

Comments
 (0)