From d4bb1f8603665954c4e34a1ed50928462bf2ddfc Mon Sep 17 00:00:00 2001 From: Ryan Dobbs Date: Mon, 27 Jun 2016 21:57:50 -0600 Subject: [PATCH] Update README.md --- docs/en/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/README.md b/docs/en/README.md index 5831686d9..ed8da0183 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -31,7 +31,7 @@ But Webpack can do more than that. With "loaders", we can teach Webpack to trans - Transpile ES2015, CoffeeScript or TypeScript modules into plain ES5 CommonJS modules; - Optionally you can pipe the source code through a linter before doing the compilation; - Transpile Jade templates into plain HTML and inline it as a JavaScript string; -- Transpile SASS files into plain CSS, then convert it into a JavaScript snippet that insert the resulting CSS as a `