From ae31e971b7c96bc104f7c7499061dd829b8b8280 Mon Sep 17 00:00:00 2001 From: Caleb Date: Mon, 2 Oct 2017 20:41:52 -0600 Subject: [PATCH] Update comments in webpack config. --- webpack.base.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.base.js b/webpack.base.js index 31141a70..79bdfc59 100644 --- a/webpack.base.js +++ b/webpack.base.js @@ -24,6 +24,7 @@ module.exports = { }), }, { + /* React-toolbox relies on PostCSS and css-modules */ test: /\.css$/, include: [/react-toolbox/], use: ExtractTextPlugin.extract({