Skip to content

Commit f165d58

Browse files
committed
add SourceMaps and TODO to README
1 parent a56b598 commit f165d58

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<p>desc</p>
1515
</div>
1616

17-
This plugin extract CSS into separate files. It creates a CSS file per JS file which contains CSS. It supports On-Demand-Loading of CSS.
17+
This plugin extract CSS into separate files. It creates a CSS file per JS file which contains CSS. It supports On-Demand-Loading of CSS and SourceMaps.
1818

1919
It builds on top of a new webpack v4 feature (module types) and requires webpack 4 to work.
2020

@@ -25,6 +25,10 @@ Compared to the extract-text-webpack-plugin:
2525
* Easier to use
2626
* Specific to CSS
2727

28+
TODO:
29+
30+
* HMR support
31+
2832
<h2 align="center">Install</h2>
2933

3034
```bash

0 commit comments

Comments
 (0)