Skip to content

Commit

Permalink
docs: note about source maps in singleton mode (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Aug 3, 2019
1 parent 0bb8ded commit 911b10b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -186,6 +186,8 @@ The loader inject styles like:

Injects styles in one `<style></style>`.

> ⚠ Source maps do not work.
```js
import './styles.css';
```
Expand Down Expand Up @@ -271,6 +273,8 @@ The loader inject styles like:

Injects styles in one `<style></style>` on demand (documentation above).

> ⚠ Source maps do not work.
```js
import styles from './styles.css';

Expand Down

0 comments on commit 911b10b

Please sign in to comment.