From 198a623a9f89f5d0c72e5e83f94def7de325ea5e Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Thu, 17 Sep 2020 17:10:17 -0500 Subject: [PATCH] fix --- build/banner.txt | 2 -- build/build-bundle.js | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build/banner.txt b/build/banner.txt index 8f3de9b9a6e4..49f4660c541c 100644 --- a/build/banner.txt +++ b/build/banner.txt @@ -5,5 +5,3 @@ @homepage <%= pkg.homepage %> @author <%= pkg.author %> @license <%= pkg.license %> - -@ts-nocheck - Prevent tsc stepping into any required bundles. diff --git a/build/build-bundle.js b/build/build-bundle.js index 942434eb8784..67ae39ba6c3c 100644 --- a/build/build-bundle.js +++ b/build/build-bundle.js @@ -45,7 +45,7 @@ const isDevtools = file => const isLightrider = file => path.basename(file).includes('lightrider'); // Set to true for source maps. -const DEBUG = true; +const DEBUG = false; /** * Browserify starting at the file at entryPath. Contains entry-point-specific