firefox-devtools / firefox-devtools/profiler
Extract css data into separate CSS files
Open
code maintenance
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 491
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 30
Description
Currently we load our CSS directly with style-loader but we should extract the CSS in separate files.
We can use https://github.com/webpack-contrib/mini-css-extract-plugin along with https://github.com/webpack-contrib/css-minimizer-webpack-plugin#getting-started for minimization. The documentation for these plugins looks pretty clear.
┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-61)
Contributor guide
Assessment
This issue has not been assessed yet.