From c1cc934e55ca88117599121841301783d29aac32 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 12 Jan 2023 16:46:53 +0800 Subject: fix issue #122, add option to build yue tool without file watcher function. --- doc/docs/.vuepress/config.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'doc') diff --git a/doc/docs/.vuepress/config.js b/doc/docs/.vuepress/config.js index c6f8f39..bd89428 100755 --- a/doc/docs/.vuepress/config.js +++ b/doc/docs/.vuepress/config.js @@ -43,13 +43,6 @@ module.exports = { } }; `], - ['script', {}, ` - var Module = { - onRuntimeInitialized: function() { - window.yue = Module; - } - }; - `], ['script', { src: '/js/yuescript.js' }], ], -- cgit v1.2.3-55-g6feb