electricitymaps / electricitymaps-contrib

A real-time visualisation of the CO2 emissions of electricity consumption
https://app.electricitymaps.com
GNU Affero General Public License v3.0
3.49k stars 928 forks source link

feat(web): dynamic import of featureflag component #6899

Closed tonypls closed 3 months ago

tonypls commented 3 months ago

Issue

Dev tools are served to all clients

Description

This PR dynamically imports the FeatureFlagManager component depending on if the query param is present.

tonypls commented 3 months ago

Like this @VIKTORVAV99?

VIKTORVAV99 commented 3 months ago

Like this @VIKTORVAV99?

Yeah!

I'm just unsure how it will work with the service worker as I think it will download everything, but it would be nice either way as it's less code at runtime.