Skip to content
Snippets Groups Projects
Commit 8df4cf5d authored by Markin Igor's avatar Markin Igor
Browse files

Set https for webpack dev server.

parent 233e5eba
No related branches found
No related tags found
1 merge request!15Resolve "Check if access to local storage is allowed"
......@@ -7,7 +7,7 @@ module.exports = merge(common, {
mode: 'development',
devServer: {
contentBase: './dist',
// hot: true,
https: true,
port: 9000,
headers: {
'Access-Control-Allow-Origin': '*'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment