Skip to content

Commit 0f99a68

Browse files
author
Nikolaos Veneti
committed
catch env protocol more precicely
1 parent 8ca1b9f commit 0f99a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
options: {
2121
multiple: [
2222
{ search: 'api.dreamdata.cloud/v1', replace: 'localhost:8080/v1' },
23-
{ search: 'https://', replace: 'http://' }
23+
{ search: `'https://'`, replace: `'https://'` }
2424
]
2525
}
2626
}

0 commit comments

Comments
 (0)