You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert external style sheet(`<link rel="stylesheet"/>`) to internal style sheet(`<style>...<style/>`).
6
+
Convert external stylesheet to embedded stylesheet, aka document stylesheet.
7
+
```
8
+
<link rel="stylesheet" /> => <style>...<style/>
9
+
```
7
10
8
11
Require [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) and [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin)
0 commit comments