From 38073532b69de8dc2e452f24109671c881fe6e16 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Tue, 17 Sep 2019 17:21:36 +0800 Subject: [PATCH] =?UTF-8?q?extract-css-assets-webpack-plugin=20=20?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/config/webpack.config.prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/react/config/webpack.config.prod.js b/public/react/config/webpack.config.prod.js index ddc111b9c..27512b1dc 100644 --- a/public/react/config/webpack.config.prod.js +++ b/public/react/config/webpack.config.prod.js @@ -1,5 +1,5 @@ 'use strict'; - +// extract-css-assets-webpack-plugin const autoprefixer = require('autoprefixer'); const path = require('path'); const webpack = require('webpack');