From 965a59d69ad5ec89ba22cfaed13bf6c3a5cf069b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Mon, 26 Nov 2018 14:55:36 +0800 Subject: [PATCH] docs: replace to-string-loader to raw-loader Since raw-loader is also maintained at webpack-contrib. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f1a2e0f..997fb165 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ You can also use the css-loader results directly as a string, such as in Angular {    test: /\.css$/,    use: [ -     'to-string-loader', +     'raw-loader', 'css-loader'    ] }