You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2020/10/15 16:48:33 UTC

[incubator-echarts] 02/08: fix: fix dev fast entry since echarts.all.ts moved.

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

sushuang pushed a commit to branch fix-ut
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit 93ede9d164e0ad1a032a1891ecb7f57885466d9e
Author: 100pah <su...@gmail.com>
AuthorDate: Thu Oct 15 16:06:04 2020 +0800

    fix: fix dev fast entry since echarts.all.ts moved.
---
 build/dev-fast.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/dev-fast.js b/build/dev-fast.js
index 50799cb..b609ef4 100644
--- a/build/dev-fast.js
+++ b/build/dev-fast.js
@@ -49,7 +49,7 @@ async function wrapUMDCode() {
 function rebuild() {
     build({
         stdio: 'inherit',
-        entryPoints: [path.resolve(__dirname, '../echarts.all.ts')],
+        entryPoints: [path.resolve(__dirname, '../src/echarts.all.ts')],
         outfile: outFilePath,
         format: 'cjs',
         sourcemap: true,


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