From ec0a6f5f55bc9f77fb9d8ac13d48bce1e6525699 Mon Sep 17 00:00:00 2001 From: Stephan de Vries Date: Tue, 5 Jun 2018 23:20:47 +0200 Subject: [PATCH] chore(readme): Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1803f42c..14cfed58 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![coverage][cover]][cover-url] [![chat][chat]][chat-url] -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. +This plugin extracts CSS into separate files. It creates a CSS file per JS file which contains CSS. It supports On-Demand-Loading of CSS and SourceMaps. It builds on top of a new webpack v4 feature (module types) and requires webpack 4 to work.