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
### [Extracting the index.html](https://github.com/peerigon/extract-loader/tree/master/examples/index-html)
75
75
76
-
You can even add your `index.html` as `entry` and just reference your stylesheets from there. You just need to tell the html-loader to also pick up `link:href`:
76
+
You can even add your `index.html` as `entry` and reference your stylesheets from there. In that case, tell the html-loader to also pick up `link:href`:
77
77
78
78
```js
79
79
module.exports= ({ mode }) => {
@@ -253,7 +253,7 @@ You need another option? Then you should think about:
From opening a bug report to creating a pull request: **every contribution is appreciated and welcome**. If you're planing to implement a new feature or change the api please create an issue first. This way we can ensure that your precious work is not in vain.
256
+
From opening a bug report to creating a pull request: **every contribution is appreciated and welcome**. If you're planning to implement a new feature or change the api please create an issue first. This way we can ensure that your precious work is not in vain.
257
257
258
258
All pull requests should have 100% test coverage (with notable exceptions) and need to pass all tests.
0 commit comments