From 588c74aa8814f17fbdaa28f074b433aaa25b3d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E6=81=92?= <2323333339@qq.com> Date: Fri, 28 May 2021 10:25:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typecho/write/rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typecho/write/rollup.config.js b/typecho/write/rollup.config.js index 1adde63..f77b53f 100644 --- a/typecho/write/rollup.config.js +++ b/typecho/write/rollup.config.js @@ -6,5 +6,5 @@ export default { file: './js/joe.write.chunk.js', format: 'iife' }, - plugins: [nodeResolve()] + plugins: [nodeResolve(), uglify()] };