plotly / plotly.js

Open-source JavaScript charting library behind Plotly and Dash
https://plotly.com/javascript/
MIT License
17.08k stars 1.87k forks source link

Add .css loader to esbuild #7142

Closed birkskyum closed 2 months ago

birkskyum commented 2 months ago

Because of

7140

We need support for require(file.css).

Webpack has a style-loader and a css-loader

The esbuild-style-plugin is a similar plugin for esbuild (there are many)

archmoj commented 2 months ago

Thanks very much for the PR. :dancer: