We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca1b9f commit 0f99a68Copy full SHA for 0f99a68
webpack.dev.js
@@ -20,7 +20,7 @@ module.exports = {
20
options: {
21
multiple: [
22
{ search: 'api.dreamdata.cloud/v1', replace: 'localhost:8080/v1' },
23
- { search: 'https://', replace: 'http://' }
+ { search: `'https://'`, replace: `'https://'` }
24
]
25
}
26
0 commit comments