You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/12/30 10:18:57 UTC

[incubator-echarts-examples] branch next updated: test: minify the bundle by default

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-examples.git


The following commit(s) were added to refs/heads/next by this push:
     new 4404975  test: minify the bundle by default
4404975 is described below

commit 440497524efbaf73468ca9aa2aee9f6ecec84107
Author: pissang <bm...@gmail.com>
AuthorDate: Wed Dec 30 18:18:44 2020 +0800

    test: minify the bundle by default
---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 649886a..7c952d4 100644
--- a/package.json
+++ b/package.json
@@ -9,8 +9,8 @@
     "release": "npm run build && node build/copyResource.js --env asf",
     "dev": "npx concurrently --kill-others \"npm:watch\" \"npm:server\"",
     "build:example": "node tool/build-example.js",
-    "test:webpack": "node test/main.js --bundler webpack",
-    "test:esbuild": "node test/main.js --bundler esbuild",
+    "test:webpack": "node test/main.js --bundler webpack -m",
+    "test:esbuild": "node test/main.js --bundler esbuild -m",
     "server": "node build/server.js"
   },
   "devDependencies": {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org