From 731f80f631f493ba91c6a6764528db38503fa772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=93=E5=8F=91=E5=8F=97=E9=95=BF=E7=94=9F?= Date: Sun, 12 May 2019 22:20:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/yilia/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/yilia/package.json b/themes/yilia/package.json index 077ef5e..6b18ade 100644 --- a/themes/yilia/package.json +++ b/themes/yilia/package.json @@ -3,8 +3,8 @@ "version": "5.1.0", "description": "Hexo响应式主题", "scripts": { - "dev": "webpack --watch", - "build": "webpack -p" + "dev": "webpack --watch --mode development", + "build": "webpack -p --mode production" }, "repository": { "type": "git",