From 93ede9d164e0ad1a032a1891ecb7f57885466d9e Mon Sep 17 00:00:00 2001 From: 100pah Date: Thu, 15 Oct 2020 16:06:04 +0800 Subject: [PATCH] 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 50799cb94..b609ef488 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, -- GitLab