Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Sep 17, 2020
1 parent 8c39a2e commit 198a623
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@
@homepage <%= pkg.homepage %>
@author <%= pkg.author %>
@license <%= pkg.license %>

@ts-nocheck - Prevent tsc stepping into any required bundles.
2 changes: 1 addition & 1 deletion build/build-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 198a623

Please sign in to comment.