Exclude maplibre css

Hi,

I use plotly in a vite-bundled website like so:

import Plotly from "plotly.js/lib/core.js";
import scatter from "plotly.js/lib/scatter";
import table from "plotly.js/lib/table";

Plotly.register([scatter, table]);

In my bundle, I can see maplibre css that I don’t need. Is there any way of excluding this?