From 911b10b10f5802ec604367baed02efb76544b287 Mon Sep 17 00:00:00 2001 From: Evilebot Tnawi Date: Sat, 3 Aug 2019 18:38:57 +0300 Subject: [PATCH] docs: note about source maps in singleton mode (#414) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5cd25a98..4e38511a 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,8 @@ The loader inject styles like: Injects styles in one ``. +> ⚠ Source maps do not work. + ```js import './styles.css'; ``` @@ -271,6 +273,8 @@ The loader inject styles like: Injects styles in one `` on demand (documentation above). +> ⚠ Source maps do not work. + ```js import styles from './styles.css';