Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Feb 2, 2019
1 parent 0098b06 commit 39c7522
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ module.exports = {
collapseWhitespace: false //删除空白符与换行符
}
})
]
],
devServer: {
disableHostCheck: true,
}
}

0 comments on commit 39c7522

Please sign in to comment.