This is an automated email from the ASF dual-hosted git repository.
shenyi pushed a commit to branch no-register-when-extend
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
The following commit(s) were added to refs/heads/no-register-when-extend by
this push:
new 3565db3 chore: no sourcemap in lib
3565db3 is described below
commit 3565db3b2761143df7956036d04cfff56bd7511e
Author: pissang <[email protected]>
AuthorDate: Thu Jan 7 11:27:33 2021 +0800
chore: no sourcemap in lib
---
build/pre-publish.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build/pre-publish.js b/build/pre-publish.js
index 3243f1e..b4f1097 100644
--- a/build/pre-publish.js
+++ b/build/pre-publish.js
@@ -220,8 +220,8 @@ async function tsCompile(compilerOptionsOverride,
srcPathList) {
let compilerOptions = {
...tsConfig.compilerOptions,
- ...compilerOptionsOverride
- // sourceMap: true
+ ...compilerOptionsOverride,
+ sourceMap: false
};
runTsCompile(ts, compilerOptions, srcPathList);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]