Hello @admin55, I suggest using webpack to achieve this. Take a look at webpack
all you need to do is
devServer{
https:true
}
Or set other parameters to your linking, this will sort your problem.
Hello @admin55, I suggest using webpack to achieve this. Take a look at webpack
all you need to do is
devServer{
https:true
}
Or set other parameters to your linking, this will sort your problem.