vue-microfrontends / root-config

Start here if you're learning microfrontends
MIT License
250 stars 62 forks source link

Update protocol for URL of root-config.js #7

Closed Walkeryr closed 4 years ago

Walkeryr commented 4 years ago

When running the app with yarn start --https, it fails to load vue-mf-root-config.js as URL for it contains http protocol. So it can't find this file with http protocol, as it's served with https protocol.

Update URL for @vue-mf/root-config" in index.ejs to use URL with https.

Walkeryr commented 4 years ago

@joeldenning Thanks! Yep, that's much better, works both with yarn start and yarn start --https.