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 df3260b commit ca1b5b7Copy full SHA for ca1b5b7
webpack.config.js
@@ -46,7 +46,7 @@ const commonConfig = merge([
46
]);
47
48
const productionConfig = merge([
49
- parts.loadEnv('http://code-editor-api.herokuapp.com'),
+ parts.loadEnv('https://code-editor-api.herokuapp.com'),
50
51
parts.extractCSS({
52
use: 'css-loader',
0 commit comments